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

The total count of visible ticks in the control.

Syntax

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

Property Value

Integer

Remarks

This is the count of ticks that the control would be rendering if it was handling the drawing.

Requirements

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

See Also