Skip to main content
All docs
V23.2

DXMargins(Single, Single, Single, Single) Constructor

Initializes a new instance of the DXMargins class with specified settings.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXMargins(
    float left,
    float right,
    float top,
    float bottom
)

Parameters

Name Type Description
left Single

The left margin.

right Single

The right margin.

top Single

The top margin.

bottom Single

The bottom margin.

See Also