Base Button ListFlat Style Property
This is used to set or get the flat drawing style to use for the control
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override FlatStyle FlatStyle { get; set; }VB
Public Overrides Property FlatStyle As FlatStyle
Get
SetC++
public:
virtual property FlatStyle FlatStyle {
FlatStyle get () override;
void set (FlatStyle value) override;
}F#
abstract FlatStyle : FlatStyle with get, set
override FlatStyle : FlatStyle with get, set