Paddings Constructors
Contains padding settings.Name | Parameters | Description |
---|---|---|
Paddings() | none | Initializes a new instance of the Paddings class. |
Paddings |
padding, padding |
Initializes a new instance of the Paddings class with the specified padding values for all the edges. |
Paddings |
padding |
Initializes a new instance of the Paddings class with the specified padding values for the left, right, top and bottom edges. |
Paddings |
padding | Initializes a new instance of the Paddings class with the specified padding value for all the edges. |
See Also