Search
DiagramPage.Icon Property
See Also
 





Gets or sets an image associated with the page.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Image Icon { get; set; }

Visual Basic  Copy Code

Public Property Icon As Image

 Property Value

A .NET Image object.

 See Also