The properties of UIKit.NSMutableParagraphStyle are listed below. For a list of all members, see the NSMutableParagraphStyle Members list.
See Also: Inherited members from UIKit.NSParagraphStyle
override | Alignment | UITextAlignment. Text alignment. |
override | BaseWritingDirection | Foundation.NSWritingDirection. The norml writing direction. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
override | DefaultTabInterval | nfloat. The value, in points, of tab intervals. |
override | FirstLineHeadIndent | nfloat. The indentation of the paragraph's first line. |
override | HeadIndent | nfloat. The indentation of the paragraph's lines, other than the first. (See NSMutableParagraphStyle.FirstLineHeadIndent.) |
override | HyphenationFactor | float. >The paragraph's threshold for hyphenation. |
override | LineBreakMode | UILineBreakMode. The UIKit.UILineBreakMode used by the paragraph. |
override | LineHeightMultiple | nfloat. The natural line height of the paragraph is multiplied by this factor before constraint to minimum and maximum. |
override | LineSpacing | nfloat. The distance, in points, between the bottom of one line fragment and the top of the next. |
override | MaximumLineHeight | nfloat. The paragraph's maximum line height, in points. |
override | MinimumLineHeight | nfloat. The minimum height, in points, of lines in the paragraph. |
override | ParagraphSpacing | nfloat. Distance, in points, after the paragraph. |
override | ParagraphSpacingBefore | nfloat. >Distance, in points, between a paragraph's top and its first line. |
override | TabStops | NSTextTab[]. The paragraph's tab stops, sorted by location. |
override | TailIndent | nfloat. The distance, in points, from the margin of a text container to the end of lines. |