UITextView.TextContainerInset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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