Padding Constructors
Contains properties used to set paddings of the Web Dashboard elements.Name | Parameters | Description |
---|---|---|
Padding(Int32, Int32, Int32, Int32) | left, right, top, bottom | Initializes a new instance of the Padding class. |
Padding(Int32) | all | Initializes a new instance of the Padding class. |
See Also