menu

WinForms

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

    Show / Hide Table of Contents

    Class ColorMapping

    Class which represents the color mapping.

    Inheritance
    System.Object
    ColorMapping
    EqualColorMapping
    RangeColorMapping
    Inherited Members
    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 ColorMapping

    Constructors

    ColorMapping()

    Declaration
    public ColorMapping()

    Properties

    Color

    Gets or sets a color value.

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

    Methods

    Validate(Object)

    To validate the color mapping.

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

    The object value.

    Returns
    Type Description
    System.Boolean

    The bool value as false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved