Class TreeMapLeafNode
TreeMapLeafNode
Inheritance
System.Object
TreeMapLeafNode
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.Media.Brush |
Width
Gets the width value for the tree map leaf node.
Declaration
public double Width { get; }
Property Value
Type |
---|
System.Double |