menu

UWP

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

    Show / Hide Table of Contents

    Class TreeMapLegendItem

    TreeMapLegendItem

    Inheritance
    System.Object
    TreeMapLegendItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class TreeMapLegendItem : DependencyObject, INotifyPropertyChanged

    Constructors

    TreeMapLegendItem()

    Declaration
    public TreeMapLegendItem()

    Fields

    ElementMarginProperty

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

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

    FillProperty

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

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

    IconHeightProperty

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

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

    IconProperty

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

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

    IconTemplateProperty

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

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

    IconWidthProperty

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

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

    ItemMarginProperty

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

    Declaration
    public static readonly DependencyProperty ItemMarginProperty
    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

    Properties

    ElementMargin

    Gets or Sets ElementMargin

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

    Fill

    Gets or Sets Fill

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

    Icon

    Gets or Sets Icon

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

    IconHeight

    Gets or Sets IconHeight

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

    IconTemplate

    Gets or Sets IconTemplate

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

    IconWidth

    Gets or Sets IconWidth

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

    ItemMargin

    Gets or Sets ItemMargin

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

    Label

    Gets or Sets Label

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

    Legend

    Gets or Sets Legend values

    Declaration
    public TreeMapLegend Legend { get; }
    Property Value
    Type
    TreeMapLegend

    Events

    PropertyChanged

    PropertyChangedEventHandler

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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