Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorMapping - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorMapping

    Class Implementation of ColorMapping

    Inheritance
    System.Object
    ColorMapping
    EqualColorMapping
    RangeColorMapping
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class ColorMapping : Object

    Constructors

    ColorMapping()

    Declaration
    public ColorMapping()

    Properties

    Color

    Gets or sets the value for Color property

    Declaration
    public int Color { get; set; }
    Property Value
    Type Description
    System.Int32

    LegendLabel

    Gets or sets the LegendLabel value

    Declaration
    public string LegendLabel { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Validate(Object)

    A virtual method used for validating the incoming object

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

    To set the object

    Returns
    Type Description
    System.Boolean

    return false

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