Table of Contents

Method HasImage

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

HasImage(VisualControlState, bool?)

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

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

Parameters

state VisualControlState

Item state.

isDark bool?

Light/dark theme flag.

Returns

bool