menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EqualsColorMapping - API Reference

    Show / Hide Table of Contents

    Class EqualsColorMapping

    EqualsColorMapping

    Inheritance
    System.Object
    ColorMapping
    EqualsColorMapping
    Inherited Members
    ColorMapping.ColorProperty
    ColorMapping.LegendLabelProperty
    ColorMapping.Color
    ColorMapping.LegendLabel
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class EqualsColorMapping : ColorMapping

    Constructors

    EqualsColorMapping()

    Constructor

    Declaration
    public EqualsColorMapping()

    Fields

    ValueProperty

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

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Value

    Gets or Sets Value for EqualsColorMapping

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    Validate(Object)

    Validates the object value

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