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

Determines the default height of a user drawn thumb.

Syntax

Visual Basic (Declaration) 
Public Property UserDrawnThumbDefaultHeight As Integer
C# 
public int UserDrawnThumbDefaultHeight {get; set;}

Property Value

Integer

Remarks

This property is only valid if ThumbStyle Property is set to UserDrawn.  Additionally, this value can be overriden each time the UserDrawnThumb Event fires.

Requirements

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

See Also