Method SetImageLightDark
SetImageLightDark(VisualControlState, Image?)
Sets the specified image for both light and dark themes in the given visual control state.
public virtual void SetImageLightDark(VisualControlState state, Image? image)
Parameters
stateVisualControlStateThe visual control state for which the image is being set.
imageImageThe image to associate with the specified state. Can be null to remove the image.
Remarks
This method applies the same image to both the light and dark theme variations of the specified visual control state.