menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapLevel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapLevel

    TreeMapLevel

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapFlatLevel
    TreeMapHierarchicalLevel
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.DataTemplate

    LabelTemplate

    Gets or Sets LabelTemplate

    Declaration
    public DataTemplate LabelTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.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

    Implements

    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved