Skip to main content
All docs
V26.1
  • TreeMapPadding(Int32, Int32, Int32, Int32) Constructor

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

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v26.1.dll

    Declaration

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

    Parameters

    Name Type Description
    left Int32

    Specifies the left indent in pixels.

    top Int32

    Specifies the top indent in pixels.

    right Int32

    Specifies the right indent in pixels.

    bottom Int32

    Specifies the bottom indent in pixels.

    See Also