alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RangeColorMapping

    Class which represents the range color mapping.

    Inheritance
    System.Object
    ColorMapping
    RangeColorMapping
    Inherited Members
    ColorMapping.Color
    ColorMapping.Validate(Object)
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class RangeColorMapping : ColorMapping

    Constructors

    RangeColorMapping()

    Initializes a new instance of the RangeColorMapping class.

    Declaration
    public RangeColorMapping()

    Properties

    From

    Gets or sets the from value of the range.

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

    GradientColors

    Gets or sets the gradient colors of the range.

    Declaration
    public List<Color> GradientColors { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Drawing.Color>

    Range

    Gets or sets the value of the range.

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

    To

    Gets or sets the to value of the range.

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