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

Determines the string value to display at a major increment in the ruler track.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
C# 
public string Text {get; set;}

Property Value

String

Remarks

This property is only valid if isRulerText is true.

 

Assigning a new value to this property in the event will change the string displayed in the control for the current increment. However, the space available for displaying the text does not change.

Requirements

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

See Also