Gets or sets URL of the image to display inside this label.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public string ImageUrl { get; set; } |
Visual Basic
![]() |
---|
Public Property ImageUrl As String |
A URL string that identifies the image file location.
If a label displays both image and Text, the image position relative to text depends on the ImageAlign property.
If the label is only intended to display an icon image and no text, you could also set its Locked property to prevent users from entering text.
MvcDiagram Programmer's Guide | © 2025 MindFusion |