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


"

The following tables list the members exposed by UserDrawnTrackEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnTrackEventArgs ConstructorInitializes a new instance of the UserDrawnTrackEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyGraphics

A handle to the Graphics object responsible for the drawing.

 
public PropertyRect

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

 
public PropertyTickDistanceThe distance in pixels between each tick.  
public PropertyTickTotalThe total count of visible ticks in the control.  
Top

See Also