Class TreeMapLeafNode
Class which represents the tree map leaf nodes.
Inheritance
System.Object
TreeMapLeafNode
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class TreeMapLeafNode : INotifyPropertyChanged
Constructors
TreeMapLeafNode()
Declaration
public TreeMapLeafNode()
Properties
AreaByWeight
Gets or sets the area by weight.
Declaration
public double AreaByWeight { get; set; }
Property Value
Type |
---|
System.Double |
ChildTreeMapItems
Gets the child tree map items.
Declaration
public List<TreeMapItem> ChildTreeMapItems { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TreeMapItem> |
ColorWeight
Gets or sets the weight of the color.
Declaration
public double ColorWeight { get; set; }
Property Value
Type |
---|
System.Double |
Data
Gets the object value for the data.
Declaration
public object Data { get; }
Property Value
Type |
---|
System.Object |
DefaultWidth
Gets or sets the default width value.
Declaration
public double DefaultWidth { get; set; }
Property Value
Type |
---|
System.Double |
HeaderColor
Gets or sets the color of header.
Declaration
public Brush HeaderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
HeaderSize
Gets or sets the size of header.
Declaration
public double HeaderSize { get; set; }
Property Value
Type |
---|
System.Double |
Height
Gets or sets the height value.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
ItemHeight
Gets or sets the item height value.
Declaration
public double ItemHeight { get; set; }
Property Value
Type |
---|
System.Double |
ItemWidth
Gets or sets the item width value.
Declaration
public double ItemWidth { get; set; }
Property Value
Type |
---|
System.Double |
Label
Gets the value for the label.
Declaration
public string Label { get; }
Property Value
Type |
---|
System.String |
LeafNodes
Gets the tree map leaf nodes.
Declaration
public List<TreeMapLeafNode> LeafNodes { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TreeMapLeafNode> |
LeftPosition
Gets or sets the left position.
Declaration
public double LeftPosition { get; set; }
Property Value
Type |
---|
System.Double |
MappedColor
Gets or sets the value for mapped color.
Declaration
public Brush MappedColor { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
TopPosition
Gets or sets the to position.
Declaration
public double TopPosition { get; set; }
Property Value
Type |
---|
System.Double |
Weight
Gets or sets the weight value.
Declaration
public double Weight { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnPropertyChanged(String)
Method gets called when the property value gets changed.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
PropertyChanged
Raised when the property value gets changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged