Class UniColorMapping
Class which represents the uni color mapping. Colors all the leaf nodes with the same color.
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.UWP.dll
Syntax
public class UniColorMapping : ColorMapping
Constructors
UniColorMapping()
Declaration
public UniColorMapping()
Fields
ColorProperty
// Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Color
Gets or Sets Color
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Windows.UI.Color |