Back to Devexpress

TreeMapStyle Class

wpf-devexpress-dot-xpf-dot-treemap-98c0bf12.md

latest2.0 KB
Original Source

TreeMapStyle Class

The tree map appearance settings storage.

Namespace : DevExpress.Xpf.TreeMap

Assembly : DevExpress.Xpf.TreeMap.v25.2.dll

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public class TreeMapStyle :
    DependencyObject,
    INotifyPropertyChanged,
    IPatternHolder,
    ISupportFontSettings
vb
Public Class TreeMapStyle
    Inherits DependencyObject
    Implements INotifyPropertyChanged,
               IPatternHolder,
               ISupportFontSettings

The following members return TreeMapStyle objects:

Remarks

The following example shows how to configure treemap style settings:

xaml
<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>

Inheritance

Object DispatcherObject DependencyObject TreeMapStyle

See Also

TreeMapStyle Members

DevExpress.Xpf.TreeMap Namespace