Padding Constructors
Name | Parameters | Description |
---|---|---|
Padding(Int32, Int32, Int32, Int32) | left, right, top, bottom | Initializes a new instance of the Padding class with specified settings. |
Padding(Int32) | all | Initializes a new instance of the Padding class with specified settings. |
See Also