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