NavigableElement.class 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 項目的樣式類別。
public:
property System::Collections::Generic::IList<System::String ^> ^ class { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ListStringTypeConverter))]
public System.Collections.Generic.IList<string> class { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ListStringTypeConverter))>]
member this.class : System.Collections.Generic.IList<string> with get, set
Public Property class As IList(Of String)
屬性值
- 屬性
備註
等價與 StyleClass。
樣式類別可讓多個樣式套用至控件,而不需採用樣式繼承。