Back to Devexpress

BorderBase Class

windowsforms-devexpress-dot-xtratreemap-ec312cc6.md

latest1.7 KB
Original Source

BorderBase Class

Represents the base class for all border objects.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public abstract class BorderBase :
    TreeMapElement
vb
Public MustInherit Class BorderBase
    Inherits TreeMapElement

Remarks

The BorderBase class serves as a base for classes which define the border settings of different tree map elements within a TreeMap control.

The settings exposed by the BorderBase class are common to all border types and allow you to specify the border’s color (BorderBase.Color), thickness (BorderBase.Thickness) and visibility (BorderBase.Visible).

Inheritance

Object HierarchicalElement TreeMapElement BorderBase RectangularBorder

InsideRectangularBorder

See Also

BorderBase Members

DevExpress.XtraTreeMap Namespace