The RoundButtonPaintEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Appearance |
Gets the appearance of ths RoundButton.
| |
| ClipRectangle |
A rectangle that represents the area of the RoundButton that needs to be repainted.
| |
| Control |
Gets the RoundButton control.
| |
| Font |
Gets or sets the Font to draw the text.
| |
| Graphics |
The Graphics used to paint the RoundButton.
| |
| Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the RoundButton should continue its own processing.
| |
| Image |
Gets or sets the image to be painted in RoundButton.
| |
| Parts |
Gets or sets the parts of RoundButton that are to be painted.
| |
| Renderer |
Gets or sets the renderer to paint the RoundButton.
| |
| Text |
Gets the text to be painted in RoundButton.
|