| Visual Basic (Declaration) | |
|---|---|
Public Enum enumThumbStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum enumThumbStyle : System.Enum | |
| Member | Description |
|---|---|
| DownRight | The thumb will appear like a filled arrow with the base on the top pointing down when the Orientation Property is horizontal, however when the Orientation Property is vertical the arrow base will be on the left pointing to the right. |
| Regular | The thumb will appear in the shape of a rectangle. |
| UpLeft | The thumb will appear like a filled arrow with the base on the bottom pointing up when the Orientation Property is horizontal, however when the Orientation Property is vertical the arrow base will be on the right pointing to the left. |
| UserDrawn | The drawing of the thumb will be handled by the developer. The height and width of the thumb are determined by the UserDrawnThumbDefaultHeight Property and the UserDrawnThumbDefaultWidth Property. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Slide.enumThumbStyle
Target Platforms: Current Windows operating system with .NET 8.