Search
TreeViewNode.CaptionImage Property
See Also
 






Gets or sets the image displayed as caption of the node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ImageSource CaptionImage { get; set; }

Visual Basic  Copy Code

Public Property CaptionImage As ImageSource

 Property Value

 See Also