Saves the style content into a JsonObject.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override void SaveToJson ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub SaveToJson( _ |
A JsonObject the style's data should be stored into.
A JsonPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also