Represents a cell in a TableNode instance.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public class Cell : Control, 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. The text can be aligned and this is set by the TextFormat property. Color of the text in the cells is set with the TextBrush property.
System.Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
MindFusion.Diagramming.Cell
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |