Skip to main content
All docs
V23.2

HierarchicalItemStyle(Color, Color, DXFont, Color) Constructor

Initializes a new instance of the HierarchicalItemStyle class with specified settings.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public HierarchicalItemStyle(
    Color fill,
    Color textColor,
    DXFont font,
    Color borderColor
)

Parameters

Name Type
fill Color
textColor Color
font DXFont
borderColor Color
See Also