Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFDesaturationColorMapping

    Class implementation for SFDesaturationColorMapping

    Inheritance
    System.Object
    SFColorMapping
    SFDesaturationColorMapping
    Namespace: Syncfusion.SfTreeMap.iOS
    Assembly: Syncfusion.SfTreeMap.iOS.dll
    Syntax
    public class SFDesaturationColorMapping : SFColorMapping

    Constructors

    SFDesaturationColorMapping()

    Declaration
    public SFDesaturationColorMapping()

    Properties

    Color

    Gets or sets the color to be desatured.

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

    From

    Gets or sets the starting value of the source object.

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

    To

    Gets or sets the end value of the source object.

    Declaration
    public nfloat To { get; set; }
    Property Value
    Type Description
    System.nfloat
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved