Method SetImage
SetImage(bool, TImage?)
Sets image for the specified light/dark flag.
public virtual void SetImage(bool isDark, TImage? value)
Parameters
isDark
boolThe light/dark flag for which to set the image.
value
TImageNew image value.