Xamarin.Android

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

    Show / Hide Table of Contents

    Class EqualColorMapping

    Class implementation of EqualColorMapping

    Inheritance
    System.Object
    ColorMapping
    EqualColorMapping
    Inherited Members
    ColorMapping.Color
    ColorMapping.LegendLabel
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class EqualColorMapping : ColorMapping

    Constructors

    EqualColorMapping()

    Declaration
    public EqualColorMapping()

    Properties

    Value

    Gets or sets the Value

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

    Methods

    Validate(Object)

    It returns value by validating its incoming parameter

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

    To get whether value is valid.

    Returns
    Type Description
    System.Boolean

    returns true when the value is null or equal to _value

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