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

Gets or sets the offset used to calculate thr location of origin of the gauge, relative to the control.

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 gauge, relative to the position determined by the GaugeAlign property, inside the display of the dbiGauge control.

Requirements

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

See Also