TreeMapPadding(Int32, Int32, Int32, Int32) Constructor
In This Article
Initializes a new instance of the TreeMapPadding class with specified settings.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
#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