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 视觉状态对象命名的状态时建立元素的可视表示形式。

适用于