Class DigitalGaugeThemeBrush
Class to customize the DigitalGauge
Inheritance
System.Object
DigitalGaugeThemeBrush
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 DigitalGaugeThemeBrush
Constructors
DigitalGaugeThemeBrush()
Declaration
public DigitalGaugeThemeBrush()
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 |
ForeColor
Gets/Sets the Text Color
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FrameBorderColor
Gets/Sets the Frame Border Color.
Declaration
public Color FrameBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
InactiveTextColor
Gets/Sets the Inactive Text Color
Declaration
public Color InactiveTextColor { 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 |