alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class RangeBrush

    Class which represent the range brush color.

    Inheritance
    System.Object
    RangeBrush
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class RangeBrush : Object

    Constructors

    RangeBrush()

    Initializes a new instance of the RangeBrush class.

    Declaration
    public RangeBrush()

    Properties

    Color

    Gets or sets the color value of mapping.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Drawing.Color

    From

    Gets or sets the From value of mapping.

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

    GradientColors

    Gets or sets the gradient colors of range.

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

    LegendLabel

    Gets or sets the label of the legend.

    Declaration
    public string LegendLabel { get; set; }
    Property Value
    Type
    System.String

    To

    Gets or sets the To value of mapping.

    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