Initializes a new instance of the class.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	left As Single, _
	top As Single, _
	right As Single, _
	bottom As Single, _
	unit As GraphicsUnit _
)
C#
public CellPadding(
	float left,
	float top,
	float right,
	float bottom,
	GraphicsUnit unit
)
Visual C++
public:
CellPadding(
	float left, 
	float top, 
	float right, 
	float bottom, 
	GraphicsUnit unit
)
JavaScript
Greatis.PrintSuite.Providers.CellPadding = function(left, top, right, bottom, unit);

Parameters

left
Type: System..::.Single
Left padding value.
top
Type: System..::.Single
Top padding value.
right
Type: System..::.Single
Right padding value.
bottom
Type: System..::.Single
Bottom padding value.
unit
Type: System.Drawing..::.GraphicsUnit
Unit of the padding values.

See Also