WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupColorMapping - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupColorMapping

    Class which represents the group color mapping.

    Inheritance
    System.Object
    GroupColorMapping
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String

    TreeMapColorMapping

    Gets or sets the TreeMap color mapping.

    Declaration
    public ColorMapping TreeMapColorMapping { get; set; }
    Property Value
    Type Description
    ColorMapping
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved