Struct DropdownItemVisualState
Inherited Members
Namespace: Ritchie.Toolbox.Widgets
Assembly: Ritchie.Toolbox.dll
Syntax
public struct DropdownItemVisualState
Fields
IsHovered
Declaration
public bool IsHovered
Field Value
Type | Description |
---|---|
bool |
IsPressed
Declaration
public bool IsPressed
Field Value
Type | Description |
---|---|
bool |
IsSelected
Declaration
public bool IsSelected
Field Value
Type | Description |
---|---|
bool |