Class RangeBrushColorMapping
RangeBrushColorMapping
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.UWP.dll
Syntax
public class RangeBrushColorMapping : ColorMapping
Constructors
RangeBrushColorMapping()
Constructor
Declaration
public RangeBrushColorMapping()
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 |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Brushes
Gets or Sets collection of Brushes
Declaration
public ObservableCollection<RangeBrush> Brushes { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<RangeBrush> |