WPF

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

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

    Properties

    Color

    Gets orSets Color for RangeColorMapping

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

    LegendLabel

    Gets or sets the value for the bubble legend label.

    Declaration
    public string LegendLabel { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved