Back to Devexpress

TreeMapItemLeafStyle.BorderVisible Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapitemleafstyle-51f7a5a1.md

latest1.5 KB
Original Source

TreeMapItemLeafStyle.BorderVisible Property

Specifies whether the leaf item‘s border is visible.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool BorderVisible { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(True)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<NonTestableProperty>
Public Property BorderVisible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the leaf item’s border is visible; otherwise, false.

|

See Also

TreeMapItemLeafStyle Class

TreeMapItemLeafStyle Members

DevExpress.XtraTreeMap Namespace