Share via


UIFont.xHeight Property

Definition

Caution

Use the 'XHeight' property instead.

The size of the a lower cased "x", as measured in points.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[System.Obsolete("Use the 'XHeight' property instead.", false)]
public virtual System.Runtime.InteropServices.NFloat xHeight { get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<System.Obsolete("Use the 'XHeight' property instead.", false)>]
member this.xHeight : System.Runtime.InteropServices.NFloat

Property Value

Attributes

Remarks

This can be used from a background thread.

Applies to