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

Determines if the current value to display is text in the ruler track, or a tick line.

Syntax

Visual Basic (Declaration) 
Public Property isRulerText As Boolean
C# 
public bool isRulerText {get; set;}

Property Value

Boolean

Remarks

When True the control is rendering ruler text, when false it is drawing a tick line.

Requirements

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

See Also