次の方法で共有


VisualState.Setters プロパティ

定義

この状態のプロパティ値を定義する Setter オブジェクトのコレクションを取得します。

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 一覧。

適用対象