Share via


NSMutableParagraphStyle.HeadIndent Property

Definition

The indentation of the paragraph's lines, other than the first. (See FirstLineHeadIndent.)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public override System.Runtime.InteropServices.NFloat HeadIndent { [Foundation.Export("headIndent")] get; [Foundation.Export("setHeadIndent:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("headIndent")>]
[<set: Foundation.Export("setHeadIndent:")>]
member this.HeadIndent : System.Runtime.InteropServices.NFloat with get, set

Property Value

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to