Skip to main content

Padding(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the Padding class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public Padding(
    int left,
    int right,
    int top,
    int bottom
)

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