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

Determines the thickness of the tick line being rendered.

Syntax

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

Property Value

Integer

Remarks

This property has no effect if isRulerText is true.

 

Assigning a new value to this property in the event will casue the current tick line to be rendered with a different thickness.

Requirements

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

See Also