HierarchicalItemStyle(Color, Color, DXFont, Color) Constructor
Initializes a new instance of the HierarchicalItemStyle class with specified settings.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.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