Search
IMenuItem.Image Property
See Also
 






Gets or sets the image associated with the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

ImageSource Image { get; set; }

Visual Basic  Copy Code

Property Image As ImageSource

 Property Value

An instance of the ImageSource class.

 See Also