Freigeben über


NSStringDrawingContext.MinimumTrackingAdjustment Property

Definition

Desired tracking adjustement (minimum space to maintain between characteres) desired to be used during the drawing operation.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat MinimumTrackingAdjustment { [Foundation.Export("minimumTrackingAdjustment")] get; [Foundation.Export("setMinimumTrackingAdjustment:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("minimumTrackingAdjustment")>]
[<set: Foundation.Export("setMinimumTrackingAdjustment:")>]
member this.MinimumTrackingAdjustment : System.Runtime.InteropServices.NFloat with get, set

Property Value

The value is specified in points, typically a value between -0.5f and 0.

Attributes

Remarks

Zero means that standard spacing should be used. Use negative values to adjust the tracking, for example -0.5f allows characters to be closer together by half a point.

Applies to