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





Loads the header from the specified JsonObject using the specified context.

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

 Syntax

C#  Copy Code

protected virtual void LoadFromJson (
    JsonObject obj,
    JsonPersistContext context
)

Visual Basic  Copy Code

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

 Parameters

obj

context

 See Also

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