FontInfo.Names 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置字体名称的排序数组。
public:
property cli::array <System::String ^> ^ Names { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.FontNamesConverter))]
public string[] Names { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.FontNamesConverter))>]
member this.Names : string[] with get, set
Public Property Names As String()
属性值
- String[]
字体名称的排序数组。
- 属性
注解
使用 Names 属性指定或确定字体名称 FontInfo的有序数组。 该 Names 属性通常用于存储可用字体名称的列表。
若要指定使用Names数组的FontInfo字体名称,请将数组中的第一个元素设置为要使用的字体名称。 Names由于属性在设置时Name自动更新属性,因此需要操作Names数组以重新排列数组中项的顺序,而不是直接设置Name属性。
此属性的值存储在视图状态中。