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 |