dbicGauge Send comments on this topic.
dbiGaugeObject Constructor(Int32)
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGaugeObject Class > dbiGaugeObject Constructor : dbiGaugeObject Constructor(Int32)

nValue
The value of the newly created gauge.
Initalizes a new instance of the class with a specified value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nValue As Integer _
)
C# 
public dbiGaugeObject( 
   int nValue
)

Parameters

nValue
The value of the newly created gauge.

Requirements

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

See Also