Class GroupColorMapping
Class which represents the group color mapping.
Inheritance
System.Object
GroupColorMapping
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 GroupColorMapping
Constructors
GroupColorMapping()
Declaration
public GroupColorMapping()
Properties
GroupID
Gets or sets the id of the group.
Declaration
public string GroupID { get; set; }
Property Value
Type |
---|
System.String |
TreeMapColorMapping
Gets or sets the TreeMap color mapping.
Declaration
public ColorMapping TreeMapColorMapping { get; set; }
Property Value
Type |
---|
ColorMapping |