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