Method GetRadioButtonSvg
GetRadioButtonSvg(CheckState)
Gets the SVG image corresponding to the specified radio button state.
public static SvgImage GetRadioButtonSvg(CheckState state)
Parameters
stateCheckStateThe state of the radio button (unchecked, checked, or indeterminate).
Returns
- SvgImage
The SVG image representing the radio button state.