List PaddingLeft Property
Get or set the left side padding
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 int Left {
get;
set; }VB
Public Property Left As Integer
Get
SetC++
public:
property int Left {
int get ();
void set (int value);
}F#
member Left : int with
get, set