Base List ControlFlat 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 virtual FlatStyle FlatStyle { get; set; }VB
Public Overridable Property FlatStyle As FlatStyle
Get
SetC++
public:
virtual property FlatStyle FlatStyle {
FlatStyle get ();
void set (FlatStyle value);
}F#
abstract FlatStyle : FlatStyle with get, set
override FlatStyle : FlatStyle with get, set