VisualState.Setters 属性

定义

当元素处于由 this 可视化状态对象命名的状态时,获取用于建立元素可视化表示形式的属性资源库列表。

public System.Collections.Generic.IList<Xamarin.Forms.Setter> Setters { get; }
member this.Setters : System.Collections.Generic.IList<Xamarin.Forms.Setter>

属性值

System.Collections.Generic.IList<Setter>

属性资源库的列表,当元素处于由 this 可视状态对象命名的状态时,这些属性资源库建立该元素的视觉表示形式。

适用于