List Padding(Int 32, Int 32, Int 32, Int 32, Int 32, Int 32) Constructor
Constructor. Set padding on each side and between columns and rows to the specified values.
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 ListPadding(
int top,
int left,
int bottom,
int right,
int column,
int row
)VB
Public Sub New (
top As Integer,
left As Integer,
bottom As Integer,
right As Integer,
column As Integer,
row As Integer
)C++
public:
ListPadding(
int top,
int left,
int bottom,
int right,
int column,
int row
)F#
new :
top : int *
left : int *
bottom : int *
right : int *
column : int *
row : int -> ListPadding