[]
Represents the painter of column header cells.
[TypeConverter(typeof(_uh))]
public class ColumnHeaderRenderer : IRenderer, IHeaderImages, ISerializeSupport, IWordWrapSupport, ISerializable, IShrinkToFitSupport, IPdfSupport, IDisposable
<TypeConverter(GetType(_uh))>
Public Class ColumnHeaderRenderer
Implements IRenderer, IHeaderImages, ISerializeSupport, IWordWrapSupport, ISerializable, IShrinkToFitSupport, IPdfSupport, IDisposable
| Name | Description |
|---|---|
| ColumnHeaderRenderer() | Creates a new column header renderer. |
| ColumnHeaderRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the column header cells from serialization. |
| Name | Description |
|---|---|
| appearance | Creates the appearance. |
| gridLineInsets | |
| headerTheme | Creates a visual style (theme) for the header. |
| Name | Description |
|---|---|
| BackColor2 | Gets or sets the secondary color used when drawing a gradient button. |
| BackgroundStyle | Gets or sets how the background is rendered. |
| DarkColor | Gets or sets the color to draw the three-dimensional outside border of the button. |
| GradientMode | Gets or sets the drawing style of a gradient button. |
| HorizontalAlignment | Gets or sets the horizontal alignment of text in the button. |
| HotkeyPrefix | Gets or sets whether the ampersand character underlines text. |
| Images | Gets or sets user override images for the headers. Use the SpreadView static image constants for the array indexes. |
| LightColor | Gets or sets the color to draw the three-dimensional inside border of the button. |
| Name | |
| Picture | Gets or sets the image displayed in the button. |
| PictureDown | |
| ShadowSize | Gets or sets the size of shadow around the button. |
| ShrinkToFit | Gets or sets whether a drop-down button is displayed in the cell. |
| TextAlign | Gets or sets how text is aligned relative to the picture in the button. |
| TextIndent | Gets or sets the text indent. |
| TextOrientation | Gets or sets how text orients itself when painting the button. |
| TextRotationAngle | Gets or sets the text rotation angle. |
| VerticalAlignment | Gets or sets the vertical alignment of text in the button. |
| WordWrap2 | Gets or sets whether the text that does not fit on one line wraps to multiple lines within the button. |