Search
DiagramPage.Icon Property
See Also
 






Gets or sets an image associated with the page. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ImageSource Icon { get; set; }

Visual Basic  Copy Code

Public Property Icon As ImageSource

 Property Value

An ImageSource object.

 See Also