menu

UWP

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

    Show / Hide Table of Contents

    Class TreeMapHierarchicalLevel

    TreeMapHierarchicalLevel

    Inheritance
    System.Object
    TreeMapLevel
    TreeMapHierarchicalLevel
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    TreeMapLevel.ColorMapping
    TreeMapLevel.ColorMappingProperty
    TreeMapLevel.Dispose()
    TreeMapLevel.HeaderHeight
    TreeMapLevel.HeaderHeightProperty
    TreeMapLevel.HeaderTemplate
    TreeMapLevel.HeaderTemplateProperty
    TreeMapLevel.LabelTemplate
    TreeMapLevel.LabelTemplateProperty
    TreeMapLevel.PropertyChanged
    TreeMapLevel.ShowLabels
    TreeMapLevel.ShowLabelsProperty
    TreeMapLevel.TreeMapItems
    TreeMapLevel.TreeMapItemsProperty
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class TreeMapHierarchicalLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged

    Constructors

    TreeMapHierarchicalLevel()

    Declaration
    public TreeMapHierarchicalLevel()

    Fields

    ChildBackgroundProperty

    // Using a DependencyProperty as the backing store for ChildBackground. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ChildBorderBrushProperty

    // Using a DependencyProperty as the backing store for ChildBorderBrush. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildBorderBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ChildBorderThicknessProperty

    // Using a DependencyProperty as the backing store for ChildBorderThickness. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildBorderThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ChildGapProperty

    // Using a DependencyProperty as the backing store for ChildGap. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildGapProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ChildPaddingProperty

    // Using a DependencyProperty as the backing store for ChildPadding. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildPaddingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ChildPathProperty

    // Using a DependencyProperty as the backing store for ChildPath. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildPathProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderPathProperty

    // Using a DependencyProperty as the backing store for HeaderPath. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderPathProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelPathProperty

    // Using a DependencyProperty as the backing store for LabelPath. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty LabelPathProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ChildBackground

    Gets or Sets ChildBackground

    Declaration
    public Brush ChildBackground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    ChildBorderBrush

    Gets or Sets ChildBorderBrush

    Declaration
    public Brush ChildBorderBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    ChildBorderThickness

    Gets or Sets ChildBorderThickness

    Declaration
    public Thickness ChildBorderThickness { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    ChildGap

    Gets or Sets ChildGap

    Declaration
    public double ChildGap { get; set; }
    Property Value
    Type
    System.Double

    ChildPadding

    Gets or Sets ChildPadding

    Declaration
    public Thickness ChildPadding { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    ChildPath

    Gets or Sets ChildPath

    Declaration
    public string ChildPath { get; set; }
    Property Value
    Type
    System.String

    HeaderPath

    Gets or Sets HeaderPath

    Declaration
    public string HeaderPath { get; set; }
    Property Value
    Type
    System.String

    LabelPath

    Gets or Sets LabelPath

    Declaration
    public string LabelPath { get; set; }
    Property Value
    Type
    System.String

    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