Paddings(Unit, Unit, Unit, Unit, Unit) Constructor
Initializes a new instance of the Paddings class with the specified padding values for all the edges.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public Paddings(
Unit padding,
Unit paddingLeft,
Unit paddingTop,
Unit paddingRight,
Unit paddingBottom
)
Parameters
| Name | Type | Description |
|---|---|---|
| padding | Unit | A Unit that represents the common padding value for all the four edges. |
| paddingLeft | Unit | A Unit that represents the padding value for the left edge. |
| paddingTop | Unit | A Unit that represents the padding value for the top edge. |
| paddingRight | Unit | A Unit that represents the padding value for the right edge. |
| paddingBottom | Unit | A Unit that represents the padding value for the bottom edge. |
See Also