Fires before each symbol segment of a character is drawn.
Syntax
Event Data
The event handler receives an argument of type BeforeSymbolSegmentDrawnEventArgs containing data related to this event. The following BeforeSymbolSegmentDrawnEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Character | The character the symbol segment is being drawn for. |
| Position | The index of the character within the control's Text property. |
| SegmentColor | The color used to paint the current symbol segment |
| SymbolSegment | The symbol segment being drawn. |
Remarks
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also