dbicMeter Send comments on this topic.
Text Property
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > UserDrawnTextEventArgs Class : Text Property

The text that will be displayed inside the control

Syntax

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

Property Value

String

Remarks

Depending on the TextType property, this will retrieve it's current value from different sources.

If TextTypePercentage, this property will be the current value the Percent property formatted with a "%" afterwards.

If TextTypeText, this property will contain the same value as the Text property of the control.

 

Changing the value of this property in the UserDrawnText event, will change the displayed text in the control.

Requirements

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

See Also