Gets the cell that should be custom drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TableNode.Cell Cell { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Cell As TableNode.Cell |
An instance of the TableNode.Cell class.
See Also