alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class UniColorMapping

    Class which represents the uni color mapping. Colors all the leaf nodes with the same color.

    Inheritance
    System.Object
    ColorMapping
    UniColorMapping
    Inherited Members
    ColorMapping.EvaluateColorMapping(List<TreeMapItem>)
    ColorMapping.EvaluateColorMapping(List<TreeMapLeafNode>)
    ColorMapping.SetColor(TreeMapLeafNode, Brush)
    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved