Class TreeMapHierarchicalLevel
Class which represent the tree map hierarchical level.
Implements
System.IDisposable
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 TreeMapHierarchicalLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged
Constructors
TreeMapHierarchicalLevel()
Declaration
public TreeMapHierarchicalLevel()
Properties
ChildBackground
Gets or sets the background color of the child.
Declaration
public Brush ChildBackground { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
ChildBorderColor
Gets or sets the border color for the child.
Declaration
public Brush ChildBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
ChildBorderThickenss
Gets or sets the border thickness of the child.
Declaration
public double ChildBorderThickenss { get; set; }
Property Value
Type |
---|
System.Double |
ChildGap
Gets or sets the gap value for the child.
Declaration
public double ChildGap { get; set; }
Property Value
Type |
---|
System.Double |
ChildPadding
Gets or sets the padding value for the child.
Declaration
public double ChildPadding { get; set; }
Property Value
Type |
---|
System.Double |
ChildPath
Class which represent the path value of the child.
Declaration
public string ChildPath { get; set; }
Property Value
Type |
---|
System.String |
HeaderPath
Gets or sets the path value for the header.
Declaration
public string HeaderPath { get; set; }
Property Value
Type |
---|
System.String |
LabelPath
Gets or sets the path value for the label.
Declaration
public string LabelPath { get; set; }
Property Value
Type |
---|
System.String |
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged