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