The PaintColumnCaptionEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Appearance |
Gets the appearance of the Column (Colors, gradient...).
| |
ClipBounds |
A Rectangle that represents the area of the Grid that needs to be repainted.
| |
Column |
Gets the Column.
| |
Font |
Gets or sets the Font to draw the text.
| |
Graphics |
Gets the graphics.
| |
Grid |
Gets the Grid.
| |
Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the Grid should continue its own processing.
| |
Header |
Gets the Header.
| |
Image | ||
ImageSettings |
Gets the image settings (padding, alignment, stretching...).
| |
Parts |
Gets or sets the parts of header's caption that are to be painted.
| |
Render |
Gets or sets the render that performs basic painting operations
| |
Text |
Gets a text to be painted in Column.
| |
TextAlignment |
Gets or sets the text alignment.
| |
TextSettings |
Gets the text settings (padding, text orientation, wrapping, trimming, etc...).
| |
VirtualBounds |
Gets the virtual bounds of the Column.
| |
VisibleBounds |
Gets the visible bounds of the Column.
|