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

Gets or sets the offset used to calculate the location of Origin of the primary gauge.

Syntax

Visual Basic (Declaration) 
Public Property GaugeOffset As Point
C# 
public Point GaugeOffset {get; set;}

Property Value

Point

Remarks

This property can be used to adjust the location of the primary gauge, relative to the position determined by the GaugeAlign property inside the dbiGauge control itself.

Requirements

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

See Also