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 file location.
RemarksIf 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.
See Also