Search
DiagramPage.Icon Property
See Also
 





Gets or sets an image associated with the page.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IImage Icon { get; set; }

Visual Basic  Copy Code

Public Property Icon As IImage

 Property Value

A Microsoft.Maui.Graphics.IImage object.

 See Also