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