menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupColorMapping - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupColorMapping

    GroupColorMapping

    Inheritance
    System.Object
    GroupColorMapping
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.WPF.dll
    Syntax
    public class GroupColorMapping : DependencyObject

    Constructors

    GroupColorMapping()

    Declaration
    public GroupColorMapping()

    Fields

    GroupIDProperty

    // Using a DependencyProperty as the backing store for GroupID. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GroupIDProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TreeMapColorMappingProperty

    // Using a DependencyProperty as the backing store for TreeMapColorMapping. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TreeMapColorMappingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    GroupID

    Gets or Sets GroupID value

    Declaration
    public string GroupID { get; set; }
    Property Value
    Type
    System.String

    TreeMapColorMapping

    Gets or Sets TreeMapColorMapping

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