UIKit.NSTextContainer Members

The members of UIKit.NSTextContainer are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.

Public Methods

EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
GetLineFragmentRect(Foundation.NSWritingDirection, CoreGraphics.CGRect, nuint, out CoreGraphics.CGRect) : CoreGraphics.CGRect
The bounds of a line fragment rectangle inside this NSTextContainer for the proposed rectangle.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSTextContainer object.