Class LinearGaugeThemeBrush
Class to customize the LinearGauge
Inheritance
System.Object
LinearGaugeThemeBrush
Inherited Members
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.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 |
---|
System.Drawing.Color |
BackgroundGradientStartColor
Gets/Sets the Background Gradient Start Color.
Declaration
public Color BackgroundGradientStartColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
InnerFrameGradientEndColor
Gets/Sets the Inner Frame Gradient End Color.
Declaration
public Color InnerFrameGradientEndColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
InnerFrameGradientStartColor
Gets/Sets the Inner Frame Gradient Start Color.
Declaration
public Color InnerFrameGradientStartColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MajorTickMarkColor
Gets/Sets the Major Tick Mark Color.
Declaration
public Color MajorTickMarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MinorTickMarkColor
Gets/Sets the Minor Tick Mark Color.
Declaration
public Color MinorTickMarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
NeedleColor
Gets/Sets the Needle Pointer Color.
Declaration
public Color NeedleColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
OuterFrameGradientEndColor
Gets/Sets the Outer Frame Gradient End Color.
Declaration
public Color OuterFrameGradientEndColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
OuterFrameGradientStartColor
Gets/Sets the Outer Frame Gradient Start Color.
Declaration
public Color OuterFrameGradientStartColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ScaleColor
Gets/Sets the Ranges Scale Color.
Declaration
public Color ScaleColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ScaleLabelColor
Gets/Sets the Scale Label Color.
Declaration
public Color ScaleLabelColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ValueIndicatorColor
Gets/Sets the Value Indicator Color.
Declaration
public Color ValueIndicatorColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |