wpf-devexpress-dot-xpf-dot-treemap-98c0bf12.md
The tree map appearance settings storage.
Namespace : DevExpress.Xpf.TreeMap
Assembly : DevExpress.Xpf.TreeMap.v25.2.dll
NuGet Package : DevExpress.Wpf.TreeMap
public class TreeMapStyle :
DependencyObject,
INotifyPropertyChanged,
IPatternHolder,
ISupportFontSettings
Public Class TreeMapStyle
Inherits DependencyObject
Implements INotifyPropertyChanged,
IPatternHolder,
ISupportFontSettings
The following members return TreeMapStyle objects:
The following example shows how to configure treemap style settings:
<dxtm:TreeMapControl>
<dxtm:TreeMapControl.TreeMapStyle>
<dxtm:TreeMapStyle GroupBackground="White" GroupForeground="Gray"
GroupFontFamily="Segoe UI" GroupFontSize="14"
GroupFontStyle="Italic" GroupFontWeight="Bold"
LeafFontFamily="Segoe UI Light" LeafFontSize="12"
LeafFontWeight="Light" LeafFontStyle="Normal"/>
</dxtm:TreeMapControl.TreeMapStyle>
<!--...-->
</dxtm:TreeMapControl>
Object DispatcherObject DependencyObject TreeMapStyle
See Also