UIFont.FontDescriptor Property

Definition

The UIFontDescriptor for this UIFont.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIFontDescriptor FontDescriptor { [Foundation.Export("fontDescriptor")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.FontDescriptor : UIKit.UIFontDescriptor

Property Value

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to