Table of Contents

Method GetRadioButtonSvg

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

GetRadioButtonSvg(CheckState)

Gets the SVG image corresponding to the specified radio button state.

public static SvgImage GetRadioButtonSvg(CheckState state)

Parameters

state CheckState

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

Returns

SvgImage

The SVG image representing the radio button state.