UIFontAttributes.CascadeList Property

Definition

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

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

Property Value

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

Remarks

By setting this property, developers can override the list of UIFontDescriptors to be used before using the system defaults.

Applies to