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