UIKit.NSParagraphStyle Members

The members of UIKit.NSParagraphStyle are listed below.

See Also: Inherited members from Foundation.NSObject

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

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

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
static
GetDefaultWritingDirection(string) : Foundation.NSWritingDirection
The default writing direction for the specified ISO language identifier.
MutableCopy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.

Protected Methods

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