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

Gets or sets the offset used to calculate the location, relative to origin, of the MinorTicks in the primary 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 value of the GaugeHeight property.  This property accepts positive and negative numbers, moving the ticks further or closer to origin.

Requirements

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

See Also