WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeThemeBrush - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGaugeThemeBrush

    Class to customize the LinearGauge

    Inheritance
    System.Object
    LinearGaugeThemeBrush
    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.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public class LinearGaugeThemeBrush

    Constructors

    LinearGaugeThemeBrush()

    Declaration
    public LinearGaugeThemeBrush()

    Properties

    BackgroundGradientEndColor

    Gets/Sets the Background Gradient End Color.

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

    BackgroundGradientStartColor

    Gets/Sets the Background Gradient Start Color.

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

    InnerFrameGradientEndColor

    Gets/Sets the Inner Frame Gradient End Color.

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

    InnerFrameGradientStartColor

    Gets/Sets the Inner Frame Gradient Start Color.

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

    MajorTickMarkColor

    Gets/Sets the Major Tick Mark Color.

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

    MinorTickMarkColor

    Gets/Sets the Minor Tick Mark Color.

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

    NeedleColor

    Gets/Sets the Needle Pointer Color.

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

    OuterFrameGradientEndColor

    Gets/Sets the Outer Frame Gradient End Color.

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

    OuterFrameGradientStartColor

    Gets/Sets the Outer Frame Gradient Start Color.

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

    ScaleColor

    Gets/Sets the Ranges Scale Color.

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

    ScaleLabelColor

    Gets/Sets the Scale Label Color.

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

    ValueIndicatorColor

    Gets/Sets the Value Indicator Color.

    Declaration
    public Color ValueIndicatorColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved