Share via


NSStringDrawingContext.MinimumTrackingAdjustment Proprietà

Definizione

Modificare il rilevamento desiderato (spazio minimo da mantenere tra i caratteri) da usare durante l'operazione di disegno.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat MinimumTrackingAdjustment { [Foundation.Export("minimumTrackingAdjustment")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMinimumTrackingAdjustment:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.MinimumTrackingAdjustment : nfloat with get, set

Valore della proprietà

Il valore viene specificato in punti, in genere un valore compreso tra -0,5f e 0.

Attributi

Commenti

Zero significa che deve essere usata la spaziatura standard. Usare i valori negativi per regolare il rilevamento, ad esempio -0,5f consente di avvicinare i caratteri per mezzo punto.

Si applica a