共用方式為


VisualState.Setters 屬性

定義

取得屬性 setter 的清單,當項目處於 this 視覺狀態物件所命名的狀態時,建立項目的視覺表示法。

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::Setter ^> ^ Setters { System::Collections::Generic::IList<Microsoft::Maui::Controls::Setter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.Setter> Setters { get; }
member this.Setters : System.Collections.Generic.IList<Microsoft.Maui.Controls.Setter>
Public ReadOnly Property Setters As IList(Of Setter)

屬性值

屬性 setter 的清單,當專案處於視覺狀態物件所 this 命名的狀態時,就會建立元素的視覺表示。

適用於