Represents a cell in a TableNode instance.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public class Cell : InplaceEditable |
Visual Basic
![]() |
---|
Public Class Cell |
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.
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
MindFusion.Diagramming.Cell