Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

InsideRectangularBorder Class

Contains the inside border settings of rectangular elements within a TreeMap control.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.dll

NuGet Package: DevExpress.TreeMap

#Declaration

public sealed class InsideRectangularBorder :
    RectangularBorder

The following members 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.

See Also