Table of Contents

Method SetImage

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

SetImage(bool, TImage?)

Sets image for the specified light/dark flag.

public virtual void SetImage(bool isDark, TImage? value)

Parameters

isDark bool

The light/dark flag for which to set the image.

value TImage

New image value.