MindFusion.Wpf Pack Programmer's Guide
DrawCellEventArgs Members
Constructors Properties
 


Contains the arguments passed to the DrawCell event handlers.

The following tables list the members exposed by the DrawCellEventArgs type.

 Public Constructors

  Name Description

DrawCellEventArgs

Initializes a new instance of the DrawCellEventArgs class.

 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the cell being drawn.

Cell

Gets the cell that should be custom drawn.

Column

Gets the index of the table's column that contains Cell.

Graphics

Gets a DrawingContext object whose methods should be used to draw the cell.

Row

Gets the index of the table's row that contains Cell.

Table

Get the table that contains Cell.

 See Also

DrawCellEventArgs Class
MindFusion.Diagramming.Wpf Namespace