dbicMeter Send comments on this topic.
UserDrawnText Event
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : UserDrawnText Event

Occurs just before the text is displayed in the control.

Syntax

Visual Basic (Declaration) 
Public Event UserDrawnText As dbiMeter.EventUserDrawnTextHandler
C# 
public event dbiMeter.EventUserDrawnTextHandler UserDrawnText

Event Data

The event handler receives an argument of type UserDrawnTextEventArgs containing data related to this event. The following UserDrawnTextEventArgs properties provide information specific to this event.

PropertyDescription
Percent The current percentage complete represented in the control.
Text The text that will be displayed inside the control

Remarks

This event will only fire if TextType is equal to Percentage or Text.

Requirements

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

See Also