Gets a context object that can help you write and read various values.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XmlPersistContext Context { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Context As XmlPersistContext |
An instance of the XmlPersistContext class.
See Also