Skip to main content
All docs
V26.1
  • Padding(Single, Single, Single, Single) Constructor

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

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

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

    Parameters

    Name Type Description
    left Single

    The left value of the padding.

    top Single

    The top value of the padding.

    right Single

    The right value of the padding.

    bottom Single

    The bottom value of the padding.

    See Also