[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.FlatCornerHeaderRenderer

FlatCornerHeaderRenderer Class

Represents the painting of the corner header cells with the look and feel of Excel 2013.

Inheritance
FlatCornerHeaderRenderer
Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(IRendererConverter))]
public class FlatCornerHeaderRenderer : CornerRenderer, IPdfSupport, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
<TypeConverter(GetType(IRendererConverter))>
Public Class FlatCornerHeaderRenderer
    Inherits CornerRenderer
    Implements IPdfSupport, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport

Constructors

Name Description
FlatCornerHeaderRenderer()

Creates an instance of FlatCornerHeaderRenderer.

FlatCornerHeaderRenderer(SerializationInfo, StreamingContext)

Creates a new painter of the corner from serialization.

Properties

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.

Methods

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.