Click or drag to resize

Padding Constructor

Overload List
 NameDescription
Public methodPadding(NullableDouble) Initializes a new instance of the Padding struct with specified left/top/right/bottom padding.
Public methodPadding(Double, LengthUnit) Initializes a new instance of the Padding struct with specified left/top/right/bottom padding in specified measurement unit.
Public methodPadding(Double, Double, LengthUnit) Initializes a new instance of the Padding struct with specified left/right and top/bottom padding in specified measurement unit.
Public methodPadding(NullableDouble, NullableDouble, NullableDouble, NullableDouble) Initializes a new instance of the Padding struct with specified left, top, right and bottom padding.
Public methodPadding(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.
Top
See Also