Table of Contents

Method GetImage

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

GetImage(VisualControlState, bool?)

Gets image for the specified item state and light/dark theme flag.

public readonly TImage? GetImage(VisualControlState state, bool? isDark = null)

Parameters

state VisualControlState

Item state.

isDark bool?

Light/dark theme flag.

Returns

TImage