Method GetImage
GetImage(bool)
Gets image for the specified light/dark flag.
public virtual TImage? GetImage(bool isDark)
Parameters
isDark
boolThe light/dark flag for which to get the image.
Returns
- TImage
Gets image for the specified light/dark flag.
public virtual TImage? GetImage(bool isDark)
isDark
boolThe light/dark flag for which to get the image.