| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| C# | |
|---|---|
public string Text {get; set;} | |
Property Value
StringThis 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.