UITextView.TextContainerInset Property

Definition

Defines the TextContainer's layout area as insets from the T:UITextView's content area.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIEdgeInsets TextContainerInset { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("textContainerInset", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setTextContainerInset:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.TextContainerInset : UIKit.UIEdgeInsets with get, set

Property Value

The default value is {8, 0, 8, 0} (8 logical pixels inset at top and bottom, no inset on edges).

Attributes

Applies to

See also