Share via


NSParagraphStyle.Default Property

Definition

The default text style.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSParagraphStyle Default { [Foundation.Export("defaultParagraphStyle", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("defaultParagraphStyle", ObjCRuntime.ArgumentSemantic.Copy)>]
static member Default : AppKit.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.

Applies to