menu

WPF

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

    Show / Hide Table of Contents

    Class ColorMapping

    ColorMapping

    Inheritance
    System.Object
    ColorMapping
    EqualsColorMapping
    RangeColorMapping
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class ColorMapping : DependencyObject

    Constructors

    ColorMapping()

    Declaration
    public ColorMapping()

    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
    System.Windows.DependencyProperty

    LegendLabelProperty

    Using a DependencyProperty as the backing store for BubbleLegendLabel. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty LegendLabelProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Color

    Gets orSets Color for RangeColorMapping

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    LegendLabel

    Gets or sets the value for the bubble legend label.

    Declaration
    public string LegendLabel { get; set; }
    Property Value
    Type
    System.String

    Methods

    Validate(Object)

    Validates the object value

    Declaration
    public virtual bool Validate(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved