Method GetImage
GetImage(VisualControlState, bool?)
Gets image for the specified item state and light/dark theme flag.
public readonly TImage? GetImage(VisualControlState state, bool? isDark = null)
Parameters
stateVisualControlStateItem state.
isDarkbool?Light/dark theme flag.
Returns
- TImage