共用方式為


NSStringDrawingContext.MinimumTrackingAdjustment 屬性

定義

所需的追蹤調整 (最小空間,以便在繪圖作業期間使用字元) 之間維護。

[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

屬性值

此值是以點為單位指定,通常是介於 -0.5f 與 0 之間的值。

屬性

備註

零表示應該使用標準間距。 使用負值來調整追蹤,例如 -0.5f 可讓字元更接近半點。

適用於