Search
DiagramItem.disposed Field
See Also
 





For internal use.

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

 Syntax

C#  Copy Code

protected bool disposed

Visual Basic  Copy Code

Protected disposed As Boolean

 Remarks

This field is used in the implementation of the IDisposable pattern.

 See Also