The following tables list the members exposed by UserDrawnLineSegmentEventArgs.
"| Name | Description | |
|---|---|---|
![]() | UserDrawnLineSegmentEventArgs Constructor | Initializes a new instance of the UserDrawnLineSegmentEventArgs Class |
| Name | Description | |
|---|---|---|
![]() | Character | The character from the control's Text property that contains the line segment to be drawn. |
![]() | EndPoint | The ending point of the line segment to be drawn. |
![]() | Graphics | A handle to the Graphics object responsible for the drawing. |
![]() | LineSegment | The line segment being drawn. |
![]() | PaintLineSegment | Indicates to the control if the default painting routines should be used or not. |
![]() | Position | The index of the character within the control's Text property. |
![]() | StartPoint | The starting point of the line segment to be drawn. |

