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

Gets or sets the offset used to calculate the location, relative to origin, of the MajorTicks in the guage.

Syntax

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

Property Value

Integer

Remarks

The default location of each tick is the current value of GaugeHeight. This property accepts positive and negative values, moving the ticks further or closer to origin.

Requirements

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

See Also