Class TreeMapFlatLevel
Class which represent the tree map flat 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 TreeMapFlatLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged
Constructors
TreeMapFlatLevel()
Declaration
public TreeMapFlatLevel()
Properties
GroupBackground
Gets or sets the background color for the group.
Declaration
public Brush GroupBackground { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
GroupBorderColor
Gets or sets the borer color for the group.
Declaration
public Brush GroupBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
GroupBorderThickenss
Gets or sets the Group border thickness.
Declaration
public double GroupBorderThickenss { get; set; }
Property Value
Type |
---|
System.Double |
GroupGap
Gets or sets the Gap between the treemap group items.
Declaration
public double GroupGap { get; set; }
Property Value
Type |
---|
System.Double |
GroupPadding
Gets or sets the group padding.
Declaration
public double GroupPadding { get; set; }
Property Value
Type |
---|
System.Double |
GroupPath
Gets or sets the group path.
Declaration
public string GroupPath { get; set; }
Property Value
Type |
---|
System.String |
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged