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

Determines the default width of a user drawn thumb

Syntax

Visual Basic (Declaration) 
Public Property UserDrawnThumbDefaultWidth As Integer
C# 
public int UserDrawnThumbDefaultWidth {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