| Name | Description |
---|
| Padding(NullableDouble) |
Initializes a new instance of the Padding
struct with specified left/top/right/bottom padding.
|
| Padding(Double, LengthUnit) |
Initializes a new instance of the Padding struct with specified
left/top/right/bottom padding in specified measurement unit.
|
| Padding(Double, Double, LengthUnit) |
Initializes a new instance of the Padding struct with specified
left/right and top/bottom padding in specified measurement unit.
|
| Padding(NullableDouble, NullableDouble, NullableDouble, NullableDouble) |
Initializes a new instance of the Padding
struct with specified left, top, right and bottom padding.
|
| Padding(Double, Double, Double, Double, LengthUnit) |
Initializes a new instance of the Padding
struct with specified left, top, right and bottom padding in specified measurement unit.
|