The members of UIKit.NSParagraphStyle are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| 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. |
| Alignment | UITextAlignment. Text alignment. | |
| BaseWritingDirection | Foundation.NSWritingDirection. The normal writing direction. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | Default | NSParagraphStyle. The default text style. |
| DefaultTabInterval | nfloat. The value, in points, of tab intervals. | |
| FirstLineHeadIndent | nfloat. The indentation of the paragraph's first line. | |
| HeadIndent | nfloat. The indentation of the paragraph's lines, other than the first. (See NSParagraphStyle.FirstLineHeadIndent.) | |
| HyphenationFactor | float. The paragraph's threshold for hyphenation. | |
| LineBreakMode | UILineBreakMode. The UIKit.UILineBreakMode used by the paragraph. | |
| LineHeightMultiple | nfloat. The natural line height of the paragraph is multiplied by this factor before constraint to minimum and maximum. | |
| LineSpacing | nfloat. The distance, in points, between the bottom of one line fragment and the top of the next. | |
| MaximumLineHeight | nfloat. The paragraph's maximum line height, in points. | |
| MinimumLineHeight | nfloat. The minimum height, in points, of lines in the paragraph. | |
| ParagraphSpacing | nfloat. Distance, in points, after the paragraph. | |
| ParagraphSpacingBefore | nfloat. Distance, in points, between a paragraph's top and its first line. | |
| TabStops | NSTextTab[]. The paragraph's tab stops, sorted by location. | |
| TailIndent | nfloat. The distance, in points, from the margin of a text container to the end of lines. |
Copy(Foundation.NSZone)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)The default writing direction for the specified ISO language identifier. | |
MutableCopy(Foundation.NSZone)Performs a copy of the underlying Objective-C object. | ||