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