MindFusion.Wpf Pack Programmer's Guide
CellBoundsEventArgs.Cell Property
See Also
 





Gets the cell which has been resized.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 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

CellBoundsEventArgs Members
CellBoundsEventArgs Class
MindFusion.Diagramming.Wpf.Lanes Namespace