dbicGauge Send comments on this topic.
GaugeColor Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGauge Class : GaugeColor Property

Gets or sets the color used to paint the background of the path of the primary gauge in the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property GaugeColor As Color
C# 
public virtual Color GaugeColor {get; set;}

Property Value

Color

Remarks

The path is the section between the AngleStart and AngleEnd properties of the primary gauge.  The size of the display of the path, is determined by the current values assigned to the GaugeHeight and GaugeWidth properties.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also