ListPadding(Int32, Int32, Int32, Int32, Int32, Int32) 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: 2023.4.9.0
public ListPadding(
	int top,
	int left,
	int bottom,
	int right,
	int column,
	int row
)

Parameters

top  Int32
The top padding
left  Int32
The left side padding
bottom  Int32
The bottom padding
right  Int32
The right side padding
column  Int32
The padding between columns
row  Int32
The padding between rows

See Also