[]
Represents the painting of the corner header cells with the look and feel of Excel 2013.
[TypeConverter(typeof(_uj))]
public class FlatCornerHeaderRenderer : CornerRenderer, IPdfSupport, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
<TypeConverter(GetType(_uj))>
Public Class FlatCornerHeaderRenderer
Inherits CornerRenderer
Implements IPdfSupport, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| FlatCornerHeaderRenderer() | Creates an instance of FlatCornerHeaderRenderer. |
| FlatCornerHeaderRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the corner from serialization. |
| Name | Description |
|---|---|
| ActiveForeColor | Gets or sets the foreground color of the corner when active or the entire sheet is selected. |
| ActiveMouseOverForeColor | Gets or sets the foreground color of the triangle when the mouse is over the triangle. |
| GridLineColor | Gets or sets the corner grid line color. |
| NormalTriangleColor | Gets or sets the color of the triangle in normal mode. |
| TriangleSize | Gets or sets the triangle size. |
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float) | Paints the corner cell when not in edit mode to the specified graphics interface with the specified appearance settings. |
| PaintCellGridLine(Graphics, int, int, int, int, Appearance) | Paints the cell grid line. |
| PaintCorner(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, string, TextOrientation, bool, HotkeyPrefix, StringTrimming, VisualStyles, bool, bool, float) | Paints the corner cell. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| ToString() | Returns the name of the renderer. |