| Visual Basic (Declaration) | |
|---|---|
Public Enum enumTrackType Inherits System.Enum | |
| C# | |
|---|---|
public enum enumTrackType : System.Enum | |
| Member | Description |
|---|---|
| Marks | A series of marks with a slider bar down the center. ![]() |
| Ruler | A series of marks and numbers with a slider bar down the center. ![]() |
| UserDrawn | The appearance of the track will be handled and drawn by the developer. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Slide.enumTrackType
Target Platforms: Current Windows operating system with .NET 8.

