Search
CellBoundsEventArgs.Cell Property
See Also
 





Gets the cell which has been resized.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ICell Cell { get; }

Visual Basic  Copy Code

Public ReadOnly Property Cell As ICell

 Property Value

An instance of a class implementing the ICell interface that represents the cell that has been resized.

 See Also