UIKit.NSTextContainer: Property Members

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

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
ExclusionPathsUIBezierPath[]. An array of UIKit.UIBezierPaths from which text will be excluded.
HeightTracksTextViewbool. Whether the UIKit.NSTextContainer changes its NSTextContainer.Size as its associated UIKit.UITextView is resized.
LayoutManagerNSLayoutManager. The NSLayoutManager controlling this NSTextContainer.
LayoutOrientationNSTextLayoutOrientation. The layout orientation of the text.
LineBreakModeUILineBreakMode. The behavior of the last line inside this NSTextContainer.
LineFragmentPaddingnfloat. The amount, in points, by which text is inset within line fragment rectangles. Default is 5.0 points.
MaximumNumberOfLinesnuint. The maximum number of lines that can be stored in the receiver.
SizeCoreGraphics.CGSize. The size of the UIKit.NSTextContainer's bounding rectangle, regardless of the size of its region.
WidthTracksTextViewbool. Whether the UIKit.NSTextContainer changes its NSTextContainer.Size as its associated UIKit.UITextView is resized.