DiagramLite Programmer's Guide
Cell Class
Remarks See Also
 





Represents a cell in a TableNode instance.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public class Cell : InplaceEditable

Visual Basic  Copy Code

Public Class Cell
    Implements InplaceEditable

 Remarks

Cells are the building blocks of tables. They get their height and width indirectly, from the width of table columns and the height of table rows as set by the ColumnWidth and RowHeight properties. Cells can hold text, which is set by their Text property. Color of the text in the cells is set with the TextBrush property. Appearance of a cell can be customized further by the Brush and Image properties.

 Inheritance Hierarchy

System.Object
    System.Windows.DependencyObject
        System.Windows.UIElement
            System.Windows.FrameworkElement
                System.Windows.Controls.Control
                    MindFusion.Diagramming.Cell

 See Also

Cell Members
MindFusion.Diagramming Namespace