[]
Represents the painter of the corner cell.
[TypeConverter(typeof(_uj))]
public class CornerRenderer : IRenderer, IPdfSupport, ISerializable, ISerializeSupport
<TypeConverter(GetType(_uj))>
Public Class CornerRenderer
Implements IRenderer, IPdfSupport, ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| CornerRenderer() | Creates a new painter of the corner cell. |
| CornerRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the corner cell from serialization. |
| Name | Description |
|---|---|
| appearance | Sets the appearance. |
| gridLineInsets |
| Name | Description |
|---|---|
| CanBeOverflown() | Determines whether adjacent cells can overflow into this cell. |
| CanOverflow() | Determines whether this cell can overflow into an adjacent cell. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| GetPreferredSize(Graphics, Size, Appearance, object, float) | Gets the preferred (maximum required) size of the cell for the renderer control. |
| PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float) | Paints (prints) the cell to PDF. |
| 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. |
| 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. |
| ToHorizontalAlignment(CellHorizontalAlignment) | Converts a FarPoint.Win.Spread.CellHorizontalAlignment value to the corresponding FarPoint.Win.HorizontalAlignment value. |
| ToString() | Returns the name of the corner renderer. |
| ToVerticalAlignment(CellVerticalAlignment) | Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value. |