menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFMapColorMapping

    Inheritance
    System.Object
    SFMapColorMapping
    SFEqualColorMapping
    SFMapRangeColorMapping
    SFRangeColorMapping
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class SFMapColorMapping : NSObject

    Constructors

    SFMapColorMapping()

    Initializes a new instance of the SFMapColorMapping class.

    Declaration
    public SFMapColorMapping()

    Properties

    Color

    Gets or sets the color to be desatured.

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color.

    LegendLabel

    Gets or sets the label for legend.

    Declaration
    public NSString LegendLabel { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    The legend label.

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