Radio Button ListAppearance Property
This is used to set or get the radio button appearance
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is to show them as normal radio buttons.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override Appearance Appearance { get; set; }VB
Public Overrides Property Appearance As Appearance
Get
SetC++
public:
virtual property Appearance Appearance {
Appearance get () override;
void set (Appearance value) override;
}F#
abstract Appearance : Appearance with get, set
override Appearance : Appearance with get, setProperty Value
AppearanceThe default is to show them as normal radio buttons.