WinForms

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

    Show / Hide Table of Contents

    Class RangeBrush

    Class which represent the range brush color.

    Inheritance
    System.Object
    RangeBrush
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class RangeBrush

    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 Description
    System.Drawing.Color

    From

    Gets or sets the From value of mapping.

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

    GradientColors

    Gets or sets the gradient colors of range.

    Declaration
    public List<Color> GradientColors { get; set; }
    Property Value
    Type Description
    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 Description
    System.String

    To

    Gets or sets the To value of mapping.

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