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