menu

UWP

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

    Show / Hide Table of Contents

    Class TreeMapLeafNode

    TreeMapLeafNode

    Inheritance
    System.Object
    TreeMapLeafNode
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class TreeMapLeafNode : DependencyObject

    Constructors

    TreeMapLeafNode()

    Declaration
    public TreeMapLeafNode()

    Fields

    DataProperty

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

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

    IsSelectedProperty

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

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

    LabelProperty

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

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

    MappedColorProperty

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

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

    Properties

    Data

    Gets or Sets Data

    Declaration
    public object Data { get; }
    Property Value
    Type
    System.Object

    Height

    Gets the height value for the tree map leaf node.

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

    IsSelected

    Gets or Sets IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type
    System.Boolean

    Label

    Gets or Sets Label

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

    MappedColor

    Gets or Sets values for MappedColor

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

    Width

    Gets the width value for the tree map leaf node.

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

    Extension Methods

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