UIFontDescriptor.CascadeList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.