Skip to main content
All docs
V25.1
  • Padding(Int32, Int32, Int32, Int32) Constructor

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

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

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

    Parameters

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