[]
Represents the painter of a gradient header.
public class GradientHeaderRenderer : ColumnHeaderRenderer, IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, ISerializeSupport, ISerializable
Public Class GradientHeaderRenderer
Inherits ColumnHeaderRenderer
Implements IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, ISerializeSupport, ISerializable
Name | Description |
---|---|
GradientHeaderRenderer() | Creates a new renderer for a gradient header. |
GradientHeaderRenderer(Color, Color, Color, Color, LinearGradientMode) | Creates a new renderer for a gradient header with color and mode specified. |
GradientHeaderRenderer(Color, Color, Color, Color, LinearGradientMode, Color, Color) | Creates a new renderer for a gradient header with color and mode specified. |
GradientHeaderRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the gradient header from serialization. |
Name | Description |
---|---|
ActiveBottomColor | Gets or sets the color of the bottom of the gradient when the header cell is active. |
ActiveTopColor | Gets or sets the color of the top of the gradient when the header cell is active. |
BottomColor | Gets or sets the color of the bottom of the gradient. |
Mode | Gets or sets the mode of the linear gradient. |
SelectionBottomColor | Gets or sets the color of the bottom of the gradient when the column or row of header cell contains a selection. |
SelectionTopColor | Gets or sets the color of the top of the gradient when the column or row of header cell contains a selection. |
TopColor | Gets or sets the color of the top of the gradient. |