Gets or sets URL of the image to display inside this label.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string ImageUrl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageUrl As String |
A URL string that identifies the image to be loaded.
RemarksThis property is effective only in web versions of MindFusion.Diagramming.
See Also