Search
HandlesVisualStyle.LoadFromJson Method
See Also
 





Loads the style content from a JSON object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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

A JsonObject containing the style's data.

context

A JsonPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also