Skip to main content
All docs
V25.2
  • Padding(Single, Single, Single, Single) Constructor

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

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v25.2.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

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

    Parameters

    Name Type
    left Single
    top Single
    right Single
    bottom Single
    See Also