Search
ItemLabel.ImageUrl Property
See Also
 





Gets or sets URL of the image to display inside this label.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ImageUrl { get; set; }

Visual Basic  Copy Code

Public Property ImageUrl As String

 Property Value

A URL string that identifies the image file location.

 Remarks

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.

 See Also