MindFusion.Wpf Pack Programmer's Guide
Header.SaveToJson Method
See Also
 





Saves the header to the specified JsonObject using the specified context.

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

 Syntax

C#  Copy Code

protected virtual void SaveToJson (
    JsonObject obj,
    JsonPersistContext context
)

Visual Basic  Copy Code

Protected Overridable Sub SaveToJson( _
    obj As JsonObject, _
    context As JsonPersistContext _
)

 Parameters

obj

context

 See Also

Header Members
Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace