Skip to main content
All docs
V23.2

TreeMapPadding(Int32, Int32, Int32, Int32) Constructor

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

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