UIFontAttributes.CascadeList 属性

定义

指定要在系统默认回退之前使用的子描述符的列表。

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

属性值

默认为基于用户区域设置的描述符列表。

注解

通过设置此属性,开发人员可以在使用系统默认值之前替代要使用的 UIFontDescriptors 列表。

适用于