Search
Cell Class
See Also
 






Represents a single cell in a lane grid.

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

 Syntax

C#  Copy Code

public class Cell : ICell, INotifyPropertyChanged

Visual Basic  Copy Code

Public Class Cell
    Implements ICell, INotifyPropertyChanged

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Lanes.Cell

 See Also