Logo FS-Skia-UI

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

Disabled

Full Usage: Disabled

Focused

Full Usage: Focused

Hover

Full Usage: Hover

Loading

Full Usage: Loading

Normal

Full Usage: Normal

Pressed

Full Usage: Pressed

Selected

Full Usage: Selected

Validation ValidationState

Full Usage: Validation ValidationState

Parameters:

Instance members

Instance member Description

this.IsDisabled

Full Usage: this.IsDisabled

Returns: bool
Returns: bool

this.IsFocused

Full Usage: this.IsFocused

Returns: bool
Returns: bool

this.IsHover

Full Usage: this.IsHover

Returns: bool
Returns: bool

this.IsLoading

Full Usage: this.IsLoading

Returns: bool
Returns: bool

this.IsNormal

Full Usage: this.IsNormal

Returns: bool
Returns: bool

this.IsPressed

Full Usage: this.IsPressed

Returns: bool
Returns: bool

this.IsSelected

Full Usage: this.IsSelected

Returns: bool
Returns: bool

this.IsValidation

Full Usage: this.IsValidation

Returns: bool
Returns: bool

Type something to start searching.