NSParagraphStyle.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default text style.
public static UIKit.NSParagraphStyle Default { [Foundation.Export("defaultParagraphStyle")] get; }
member this.Default : UIKit.NSParagraphStyle
Property Value
Defaults are: natural text alignment, 12 28pt left-aligned tabs, word-wrapping line breaks.
- Attributes
Remarks
(More documentation for this node is coming)
This can be used from a background thread.