Search
SerializeTagEventArgs.Context Property
See Also
 





Gets a context object that can help you write and read various values.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XmlPersistContext Context { get; }

Visual Basic  Copy Code

Public ReadOnly Property Context As XmlPersistContext

 Property Value

An instance of the XmlPersistContext class.

 See Also