Gets a stream object where you can store or retrieve any custom data.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Stream Stream { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Stream As Stream |
An instance of the .NET Stream class.
See Also