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

Gets or sets the offset used to calculate the location, relative to origin, of the MinorTicks in the gauge.

Syntax

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

Property Value

Integer

Remarks

The default location of each tick is the current GaugeHeight property. 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