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

TreeMapControl.TreeMapStyle Property

Gets or sets the tree map appearance settings.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public TreeMapStyle TreeMapStyle { get; set; }

Property Value

Type Description
TreeMapStyle

The tree map appearance settings storage.

See Also