dbicSlide Send comments on this topic.
UserDrawnTrack Event
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > dbiSlide Class : UserDrawnTrack Event

This event fires when the TrackType Property is set to UserDrawn and the track needs to be drawn.

Syntax

Visual Basic (Declaration) 
Public Event UserDrawnTrack As dbiSlide.EventUserDrawnTrackHandler
C# 
public event dbiSlide.EventUserDrawnTrackHandler UserDrawnTrack

Event Data

The event handler receives an argument of type UserDrawnTrackEventArgs containing data related to this event. The following UserDrawnTrackEventArgs properties provide information specific to this event.

PropertyDescription
Graphics

A handle to the Graphics object responsible for the drawing.

Rect

The rectangle representing the size and location of the area for the track in the control's display.

TickDistance The distance in pixels between each tick.
TickTotal The total count of visible ticks in the control.

Requirements

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

See Also