Gets the cell which has been resized.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ICell Cell { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Cell As ICell |
An instance of a class implementing the ICell interface that represents the cell that has been resized.
See Also