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

BorderBase Class

Represents the base class for all border objects.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.dll

NuGet Package: DevExpress.TreeMap

#Declaration

public abstract class BorderBase :
    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).

See Also