UIKit.UITextSelectionRect Members

The members of UIKit.UITextSelectionRect are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

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.
[read-only]
ContainsEndbool. Whether the rectangle contains the end of the text range.
[read-only]
ContainsStartbool. Whether this rectangle contains the start of the selection.
[read-only]
IsVerticalbool. Whether the text is vertically oriented.
[read-only]
RectCoreGraphics.CGRect. The RectangleF that encloses this UITextSelectionRect's text range.
[read-only]
WritingDirectionUITextWritingDirection. The direction of the text in this UITextSelectionRect's text range.