Padding(Int32, Int32, Int32, Int32) Constructor
Initializes a new instance of the Padding class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
left | Int32 | An integer value that specifies the left padding of the Web Dashboard element. |
right | Int32 | An integer value that specifies the right padding of the Web Dashboard element. |
top | Int32 | An integer value that specifies the top padding of the Web Dashboard element. |
bottom | Int32 | An integer value that specifies the bottom padding of the Web Dashboard element. |
See Also