menu

UWP

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

    Show / Hide Table of Contents

    Class EqualsColorMapping

    EqualsColorMapping

    Inheritance
    System.Object
    ColorMapping
    EqualsColorMapping
    Inherited Members
    ColorMapping.Color
    ColorMapping.ColorProperty
    ColorMapping.LegendLabel
    ColorMapping.LegendLabelProperty
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.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
    Windows.UI.Xaml.DependencyProperty

    Properties

    Value

    Gets or Sets Value for EqualsColorMapping

    Declaration
    public object Value { get; set; }
    Property Value
    Type
    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
    System.Boolean
    Overrides
    ColorMapping.Validate(Object)

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved