VisualState Type
Interaction/render state of a control (`VisualState`) consumed by the style resolver: `Normal`, `Disabled`, `Hover`, `Pressed`, `Focused`, `Selected`, `Loading`, or a `Validation`-wrapped `ValidationState`.
Union cases
| Union case |
Description
|
Full Usage:
Disabled
|
|
Full Usage:
Focused
|
|
Full Usage:
Hover
|
|
Full Usage:
Loading
|
|
Full Usage:
Normal
|
|
Full Usage:
Pressed
|
|
Full Usage:
Selected
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDisabled
Returns: bool
|
|
Full Usage:
this.IsFocused
Returns: bool
|
|
Full Usage:
this.IsHover
Returns: bool
|
|
Full Usage:
this.IsLoading
Returns: bool
|
|
Full Usage:
this.IsNormal
Returns: bool
|
|
Full Usage:
this.IsPressed
Returns: bool
|
|
Full Usage:
this.IsSelected
Returns: bool
|
|
Full Usage:
this.IsValidation
Returns: bool
|
|