dbicSlide Send comments on this topic.
TickDistance Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > UserDrawnTrackEventArgs Class : TickDistance Property

The distance in pixels between each tick.

Syntax

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

Property Value

Integer

Remarks

This is the distance between ticks the control would be using if it was handling the drawing.

Requirements

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

See Also