Search
PaletteCategory.Icon Property
See Also
 





Gets or sets the icon for the category's header.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ImageSource Icon { get; set; }

Visual Basic  Copy Code

Public Property Icon As ImageSource

 Property Value

A System.Windows.Media.ImageSource instance.

 See Also