VisualState.Setters プロパティ

定義

要素が 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)

プロパティ値

ビジュアル状態オブジェクトによって this 名前が付けられた状態にある場合に要素の視覚的表現を確立するプロパティ セッターの一覧。

適用対象