Gets or sets the HTML to be rendered as the canvas' fallback content.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public string FallbackContent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FallbackContent As String |
See Also