Occurs just before the text is rendered in the Display Area.
Syntax
Event Data
The event handler receives an argument of type BeforeDisplayAreaTextShownEventArgs containing data related to this event. The following BeforeDisplayAreaTextShownEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Font | Determines the Font used to render the text in the display area. |
| ForeColor | Determines the color used to draw the text in the display area. |
| Text | Determines the text that will be rendered in the Display Area |
| Value | Determines the current Double value of the control. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also