Skip to main content
All docs
V25.1
  • DXMargins(Single, Single, Single, Single) Constructor

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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