Gets or sets the image that is displayed in this treeview item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Image Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As Image |
An instance of the System.Drawing.Image class.
See Also