Search
ItemLabel.ImageUrl Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 to be loaded.

 Remarks

This property is effective only in web versions of MindFusion.Diagramming.

 See Also