Click or drag to resize

Padding Constructor (Int32)

Initializes a new instance of the Padding class with the specified padding for all sides

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

Parameters

all
Type: SystemInt32
Amount of padding to apply to each side
See Also