Loads the label from a JsonObject.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void LoadFromJson ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub LoadFromJson( _ |
A JsonObject containing the label's data.
A JsonPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also