VisualStateGroup.States プロパティ

定義

グループを構成する状態のリストを取得します。

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

プロパティ値

System.Collections.Generic.IList<VisualState>

グループを構成する状態の一覧。

適用対象