C# Класс ZForge.Controls.XPTable.Renderers.TextCellRenderer

A CellRenderer that draws Cell contents as strings
Наследование: CellRenderer
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCellHeight ( Graphics graphics, Cell cell ) : int

Returns the height that is required to render this cell. If zero is returned then the default row height is used.

TextCellRenderer ( ) : System

Initializes a new instance of the TextCellRenderer class with default settings

Защищенные методы

Метод Описание
OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

Описание методов

GetCellHeight() публичный Метод

Returns the height that is required to render this cell. If zero is returned then the default row height is used.
public GetCellHeight ( Graphics graphics, Cell cell ) : int
graphics System.Drawing.Graphics
cell ZForge.Controls.XPTable.Models.Cell
Результат int

OnPaint() защищенный Метод

Raises the Paint event
protected OnPaint ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Результат void

TextCellRenderer() публичный Метод

Initializes a new instance of the TextCellRenderer class with default settings
public TextCellRenderer ( ) : System
Результат System