menu

WinForms

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

    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)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    [Obsolete("This property is obsolete; use From and To properties instead")]
    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 - 2025 Syncfusion Inc. All Rights Reserved