Back to Devexpress

RectangularBorder Class

windowsforms-devexpress-dot-xtratreemap-ea43d1a1.md

latest1.7 KB
Original Source

RectangularBorder Class

Contains border settings of rectangular elements within a TreeMap control.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

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

Remarks

The RectangularBorder class defines border settings for tree map elements of the rectangular shape (for instance, bars) within a TreeMap control. The RectangularBorder class inherits properties and methods from the base BorderBase class which define the common border settings. Please see the BorderBase class’s description for more information on the available main settings.

Inheritance

Object HierarchicalElement TreeMapElement BorderBase RectangularBorder InsideRectangularBorder

See Also

RectangularBorder Members

DevExpress.XtraTreeMap Namespace