A newer version of this page is available.
Switch to the current version.
InsideRectangularBorder Class
Contains the inside border settings of rectangular elements within a TreeMap control.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v18.2.dll
Declaration
public sealed class InsideRectangularBorder :
RectangularBorder
Public NotInheritable Class InsideRectangularBorder
Inherits RectangularBorder
Related API Members
The following members accept/return InsideRectangularBorder objects:
Remarks
The InsideRectangularBorder class defines the settings of inside borders of rectangular tree map elements (for instance, bars) within a TreeMap control. The InsideRectangularBorder 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.
This class is used by the HierarchicalChartControlBase.BorderOptions property.
Inheritance
Object
DevExpress.XtraTreeMap.HierarchicalElement
TreeMapElement
BorderBase
RectangularBorder
InsideRectangularBorder
See Also
Feedback