dbicSlide Send comments on this topic.
enumThumbStyle Enumeration
See Also  
dbicSlide Assembly > Dbi.WinControl.Slide Namespace : enumThumbStyle Enumeration

The type of thumb on the control.

Syntax

Visual Basic (Declaration) 
Public Enum enumThumbStyle 
   Inherits System.Enum
C# 
public enum enumThumbStyle : System.Enum 

Members

MemberDescription
DownRightThe 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.
RegularThe thumb will appear in the shape of a rectangle.
UpLeftThe 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.
UserDrawnThe 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Slide.enumThumbStyle

Requirements

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

See Also