alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GroupColorMapping

    Class which represents the group color mapping.

    Inheritance
    System.Object
    GroupColorMapping
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class GroupColorMapping : Object

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved