Skip to main content
A newer version of this page is available. .
All docs
V20.2

TreeMapPadding(Int32, Int32, Int32, Int32) Constructor

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Parameters

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