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

BorderBase.Visible Property

Specifies whether the border is visible.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[XtraSerializableProperty]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true, if the border is visible; otherwise, false.

Remarks

Use the Visible property to show or hide the border within a TreeMap.

See Also