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

Gets or sets the secondary track image of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TrackImageAfter As Image
C# 
public virtual Image TrackImageAfter {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