Search
ControlNodeEventArgs.Stream Property
See Also
 





Gets a stream object where you can store or retrieve any custom data.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Stream Stream { get; }

Visual Basic  Copy Code

Public ReadOnly Property Stream As Stream

 Property Value

An instance of the .NET Stream class.

 See Also