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

HierarchicalChartControlBase.LookAndFeel Property

Provides access to the settings that specify the look and feel of the TreeMap and Sunburst controls.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object whose properties specify the TreeMap and Sunburst controls’ look and feel.

See Also