UIKit.NSMutableParagraphStyle Members

The members of UIKit.NSMutableParagraphStyle are listed below.

See Also: Inherited members from UIKit.NSParagraphStyle

Public Constructors

Default constructor, initializes a new instance of this class.
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

override
AlignmentUITextAlignment. Text alignment.
override
BaseWritingDirectionFoundation.NSWritingDirection. The norml writing direction.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
override
DefaultTabIntervalnfloat. The value, in points, of tab intervals.
override
FirstLineHeadIndentnfloat. The indentation of the paragraph's first line.
override
HeadIndentnfloat. The indentation of the paragraph's lines, other than the first. (See NSMutableParagraphStyle.FirstLineHeadIndent.)
override
HyphenationFactorfloat. >The paragraph's threshold for hyphenation.
override
LineBreakModeUILineBreakMode. The UIKit.UILineBreakMode used by the paragraph.
override
LineHeightMultiplenfloat. The natural line height of the paragraph is multiplied by this factor before constraint to minimum and maximum.
override
LineSpacingnfloat. The distance, in points, between the bottom of one line fragment and the top of the next.
override
MaximumLineHeightnfloat. The paragraph's maximum line height, in points.
override
MinimumLineHeightnfloat. The minimum height, in points, of lines in the paragraph.
override
ParagraphSpacingnfloat. Distance, in points, after the paragraph.
override
ParagraphSpacingBeforenfloat. >Distance, in points, between a paragraph's top and its first line.
override
TabStopsNSTextTab[]. The paragraph's tab stops, sorted by location.
override
TailIndentnfloat. The distance, in points, from the margin of a text container to the end of lines.

Protected Methods

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