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

Gets or sets the thickness of the path of the gauge.

Syntax

Visual Basic (Declaration) 
Public Overridable Property GaugeWidth As Integer
C# 
public virtual int GaugeWidth {get; set;}

Property Value

Integer

Remarks

The thickness will be calculated from the edge of the path (determined by the GaugeHight property) towards origin.

Requirements

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

See Also