Search
TreeViewItem.Image Property
See Also
 





Gets or sets the image that is displayed in this treeview item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Image Image { get; set; }

Visual Basic  Copy Code

Public Property Image As Image

 Property Value

An instance of the System.Drawing.Image class.

 See Also