Interface ISelectableStates<T>
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
public interface ISelectableStates<T>
Type Parameters
T
Properties
DisabledState
T DisabledState { get; set; }
Property Value
- T
HighlightedState
T HighlightedState { get; set; }
Property Value
- T
NormalState
T NormalState { get; set; }
Property Value
- T
PressedState
T PressedState { get; set; }
Property Value
- T
SelectedState
T SelectedState { get; set; }
Property Value
- T