Skip to main content
A newer version of this page is available.

HierarchicalItemStyle(Color, Color, Font, Color) Constructor

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Parameters

Name Type Description
fill Color

An item’s background color.

textColor Color

An item’s text color.

font Font

An item’s text font.

borderColor Color

An item’s border color.

See Also