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

Gets or sets the primary track image of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TrackImage As Image
C# 
public virtual Image TrackImage {get; set;}

Property Value

Image

Remarks

Customized track images for values less than or greater than the thumb value allow the developer to change the track based on its value. The value less than the thumb uses the TrackImageAfter Property while the image greater than the thumb uses the TrackImage Property.

Requirements

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

See Also