Search
TreeViewNode.CaptionImage Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IImage CaptionImage { get; set; }

Visual Basic  Copy Code

Public Property CaptionImage As IImage

 Property Value

A Microsoft.Maui.Graphics.IImage instance.

 See Also