Class DesaturationColorMappings
Class which represents the desaturation color mapping.
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class DesaturationColorMappings : ColorMapping
Constructors
DesaturationColorMappings()
Constructor
Declaration
public DesaturationColorMappings()
Fields
BrushesProperty
// Using a DependencyProperty as the backing store for Brushes. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BrushesProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Brushes
Gets or Sets collection of Brushes
Declaration
public ObservableCollection<DesaturationColorMapping> Brushes { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<DesaturationColorMapping> |