Class TreeMapLevel
TreeMapLevel
Implements
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public abstract class TreeMapLevel : DependencyObject, IDisposable, INotifyPropertyChanged
Constructors
TreeMapLevel()
Constructor
Declaration
public TreeMapLevel()
Fields
ColorMappingProperty
// Using a DependencyProperty as the backing store for ColorMapping. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorMappingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderHeightProperty
// Using a DependencyProperty as the backing store for HeaderHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderTemplateProperty
// Using a DependencyProperty as the backing store for HeaderTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelTemplateProperty
// Using a DependencyProperty as the backing store for LabelTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowLabelsProperty
// Using a DependencyProperty as the backing store for ShowLabels. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowLabelsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TreeMapItemsProperty
// Using a DependencyProperty as the backing store for TreeMapItems. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TreeMapItemsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ColorMapping
Gets or Sets ColorMapping
Declaration
public ColorMapping ColorMapping { get; set; }
Property Value
Type |
---|
ColorMapping |
HeaderHeight
Gets or Sets HeaderHeight
Declaration
public double HeaderHeight { get; set; }
Property Value
Type |
---|
System.Double |
HeaderTemplate
Gets or Sets HeaderTemplate
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
LabelTemplate
Gets or Sets LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
ShowLabels
Gets or Sets ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
---|
System.Boolean |
TreeMapItems
Gets or Sets TreeMapItems
Declaration
public List<TreeMapItem> TreeMapItems { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TreeMapItem> |
Methods
Dispose()
Dispose method
Declaration
public void Dispose()
Events
PropertyChanged
PropertyChangedEventHandler
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |