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

HierarchicalChartControlBase.BackColor Property

Gets or sets the TreeMap or Sunburst control background color.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public override Color BackColor { get; set; }

Property Value

Type Description
Color

A Color value which specifies the control background color.

See Also