Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFRangeColorMapping

    Inheritance
    System.Object
    SFMapColorMapping
    SFRangeColorMapping
    Inherited Members
    SFMapColorMapping.Color
    SFMapColorMapping.LegendLabel
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class SFRangeColorMapping : SFMapColorMapping

    Constructors

    SFRangeColorMapping()

    Declaration
    public SFRangeColorMapping()

    Properties

    From

    Gets or sets the range from value.

    Declaration
    public double From { get; set; }
    Property Value
    Type Description
    System.Double

    The from.

    To

    Gets or sets the range to value.

    Declaration
    public double To { get; set; }
    Property Value
    Type Description
    System.Double

    The to.

    Methods

    Validate(Object)

    This method is used to validate the specified object

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

    To set the object

    Returns
    Type Description
    System.Boolean

    Returns the value

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