UIKit.NSParagraphStyle: Property Members

The properties of UIKit.NSParagraphStyle are listed below. For a list of all members, see the NSParagraphStyle Members list.

See Also: Inherited members from Foundation.NSObject

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.