menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DesaturationColorMapping - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DesaturationColorMapping

    DesaturationColorMapping

    Inheritance
    System.Object
    ColorMapping
    DesaturationColorMapping
    Inherited Members
    ColorMapping.EvaluateColorMapping(List<TreeMapItem>)
    ColorMapping.EvaluateColorMapping(List<TreeMapLeafNode>)
    ColorMapping.SetColor(TreeMapLeafNode, Brush)
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class DesaturationColorMapping : ColorMapping

    Constructors

    DesaturationColorMapping()

    Declaration
    public DesaturationColorMapping()

    Fields

    ColorProperty

    // Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FromProperty

    // Using a DependencyProperty as the backing store for From. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty FromProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RangeMaximumProperty

    // Using a DependencyProperty as the backing store for RangeMaximum. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty RangeMaximumProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RangeMinimumProperty

    // Using a DependencyProperty as the backing store for RangeMinimum. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty RangeMinimumProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ToProperty

    // Using a DependencyProperty as the backing store for To. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ToProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Color

    Gets or Sets Color value

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Windows.UI.Color

    From

    Gets or Sets From value

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

    RangeMaximum

    Gets or Sets RangeMaximum

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

    RangeMinimum

    Gets or Sets RangeMinimum

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

    To

    Gets or Sets To value

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved