Share via


NSTextContainer.WidthTracksTextView Property

Definition

Whether the NSTextContainer changes its Size as its associated UITextView is resized.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WidthTracksTextView { [Foundation.Export("widthTracksTextView")] get; [Foundation.Export("setWidthTracksTextView:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("widthTracksTextView")>]
[<set: Foundation.Export("setWidthTracksTextView:")>]
member this.WidthTracksTextView : bool with get, set

Property Value

Attributes

Applies to