Skip to main content
All docs
V23.2

TreeMapPadding.Right Property

Gets or sets the value that specifies the right padding in pixels.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int Right { get; set; }

Property Value

Type Default Description
Int32 0

An integer that specifies the right padding in pixels.

See Also