UIFontDescriptor.CascadeList Property

Definition

Specifies the list of sub descriptors to be used before the system default fallbacks.

public UIKit.UIFontDescriptor[] CascadeList { get; }
member this.CascadeList : UIKit.UIFontDescriptor[]

Property Value

The default is the list of descriptors based on the user locale.

Remarks

This can be used from a background thread.

Applies to