Search
TreeViewNode.CaptionImage Property
See Also
 





Gets or sets the image that is displayed in the caption.

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

 Syntax

C#  Copy Code

public ImageSource CaptionImage { get; set; }

Visual Basic  Copy Code

Public Property CaptionImage As ImageSource

 Property Value

An instance of the System.Windows.Media.ImageSource class.

 See Also