The properties of UIKit.NSTextContainer are listed below. For a list of all members, see the NSTextContainer Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| ExclusionPaths | UIBezierPath[]. An array of UIKit.UIBezierPaths from which text will be excluded. | |
| HeightTracksTextView | bool. Whether the UIKit.NSTextContainer changes its NSTextContainer.Size as its associated UIKit.UITextView is resized. | |
| LayoutManager | NSLayoutManager. The NSLayoutManager controlling this NSTextContainer. | |
| LayoutOrientation | NSTextLayoutOrientation. The layout orientation of the text. | |
| LineBreakMode | UILineBreakMode. The behavior of the last line inside this NSTextContainer. | |
| LineFragmentPadding | nfloat. The amount, in points, by which text is inset within line fragment rectangles. Default is 5.0 points. | |
| MaximumNumberOfLines | nuint. The maximum number of lines that can be stored in the receiver. | |
| Size | CoreGraphics.CGSize. The size of the UIKit.NSTextContainer's bounding rectangle, regardless of the size of its region. | |
| WidthTracksTextView | bool. Whether the UIKit.NSTextContainer changes its NSTextContainer.Size as its associated UIKit.UITextView is resized. |