Skip to main content
All docs
V23.2

TreeMapPadding(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 all
)

Parameters

Name Type Description
all Int32

Specifies all (Left, Top, Right, and Bottom) indents in pixels. This value is assigned to the All property.

See Also