The RoundButtonPaintEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAppearance
Gets the appearance of ths RoundButton.
Public propertyClipRectangle
A rectangle that represents the area of the RoundButton that needs to be repainted.
Public propertyControl
Gets the RoundButton control.
Public propertyFont
Gets or sets the Font to draw the text.
Public propertyGraphics
The Graphics used to paint the RoundButton.
Public propertyHandled
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.
Public propertyImage
Gets or sets the image to be painted in RoundButton.
Public propertyParts
Gets or sets the parts of RoundButton that are to be painted.
Public propertyRenderer
Gets or sets the renderer to paint the RoundButton.
Public propertyText
Gets the text to be painted in RoundButton.

See Also