VisualStatesデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
GroupCommon | Common 状態グループ。 | |
GroupFocus | Focus 状態グループ。 | |
GroupSelection | Selection 状態グループ。 | |
GroupVisibility | BusyDisplay グループ。 | |
StateDisabled | Common 状態グループの Disabled 状態。 | |
StateFocused | Focus 状態グループの Focused 状態。 | |
StateHidden | BusyIndicator の Hidden 状態名前。 | |
StateMouseOver | Common 状態グループの MouseOver 状態。 | |
StateNormal | Common 状態グループの Normal 状態。 | |
StatePressed | Common 状態グループの Pressed 状態。 | |
StateReadOnly | Common 状態グループの Normal 状態。 | |
StateSelected | Selection 状態グループの Selected 状態。 | |
StateSelectedInactive | Selection 状態グループの Selected 非アクティブ状態。 | |
StateUnfocused | Focus 状態グループの Unfocused 状態。 | |
StateUnselected | Selection 状態グループの Unselected 状態。 | |
StateVisible | BusyIndicator の Visible 状態名前。 |
名前 | 解説 | |
---|---|---|
GetImplementationRoot | Control の実装ルートを取得します。 | |
GoToState | コントロールのビジュアル状態は VisualStateManager で変更します。 | |
TryGetVisualStateGroup | このメソッドは、依存オブジェクトのために名前付られた VisualStateGroup を取得しようとします。提供したオブジェクトの ImplementationRoot はこの呼び出しによって検索されます。 |