menu

WPF

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

    Show / Hide Table of Contents

    Class RangeBrushColorMapping

    RangeBrushColorMapping

    Inheritance
    System.Object
    ColorMapping
    RangeBrushColorMapping
    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 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
    System.Windows.DependencyProperty

    Properties

    Brushes

    Gets or Sets collection of Brushes

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