Skip to main content
A newer version of this page is available. .

BorderBase.Thickness Property

Gets or sets the border’s thickness.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(1)]
public int Thickness { get; set; }

Property Value

Type Default Description
Int32 1

An integer value which specifies the border’s thickness, in pixels.

See Also