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
)
Public Sub New (
all As Integer
)
new :
all : int -> Padding
Parameters
- all
- Type: SystemInt32
Amount of padding to apply to each side
See Also