Table of Contents

Method GetCheckBoxSvg

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

GetCheckBoxSvg(CheckState)

Gets the SVG image corresponding to the specified checkbox state.

public static SvgImage GetCheckBoxSvg(CheckState checkState)

Parameters

checkState CheckState

The state of the checkbox (unchecked, checked, or indeterminate).

Returns

SvgImage

The SVG image representing the checkbox state.