menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PaletteColorMapping - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PaletteColorMapping

    PaletteColorMapping

    Inheritance
    System.Object
    ColorMapping
    PaletteColorMapping
    Inherited Members
    ColorMapping.EvaluateColorMapping(List<TreeMapItem>)
    ColorMapping.EvaluateColorMapping(List<TreeMapLeafNode>)
    ColorMapping.SetColor(TreeMapLeafNode, Brush)
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.WPF.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
    System.Windows.DependencyProperty

    Properties

    Colors

    Gets or Sets collection of Colors

    Declaration
    public ObservableCollection<Brush> Colors { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Windows.Media.Brush>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved