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 屬性。
這個屬性的值會儲存在檢視狀態中。