AdvancedRadioButtonFlatStyle Property
Gets or sets the flat style appearance of the radio button control.
Default value:
Standard.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(FlatStyle.Standard)]
public FlatStyle FlatStyle { get; set; }
<DefaultValueAttribute(FlatStyle.Standard)>
Public Property FlatStyle As FlatStyle
Get
Set
public:
[DefaultValueAttribute(FlatStyle::Standard)]
property FlatStyle FlatStyle {
FlatStyle get ();
void set (FlatStyle value);
}
[<DefaultValueAttribute(FlatStyle.Standard)>]
member FlatStyle : FlatStyle with get, set
Property Value
FlatStyle