Click or drag to resize

Padding Constructor (Int32, Int32)

Initializes a new instance of the Padding class with the specified padding for horizontal and vertical sides

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Padding(
	int horizontal,
	int vertical
)

Parameters

horizontal
Type: SystemInt32
Amount of padding to set the Left and Right sides
vertical
Type: SystemInt32
Amount of padding to set the Top and Bottom sides
See Also