menu

WinForms

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

    Show / Hide Table of Contents

    Class EqualColorMapping

    Class which represent the equal color mapping.

    Inheritance
    System.Object
    ColorMapping
    EqualColorMapping
    Inherited Members
    ColorMapping.Color
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class EqualColorMapping : ColorMapping

    Constructors

    EqualColorMapping()

    Declaration
    public EqualColorMapping()

    Properties

    Value

    Gets or sets object value.

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

    Methods

    Validate(Object)

    To validate the color mapping.

    Declaration
    public override bool Validate(object value)
    Parameters
    Type Name Description
    System.Object value

    The object value.

    Returns
    Type Description
    System.Boolean

    The bool value.

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