Search
DockItem.Icon Property
See Also
 





Gets or sets the icon, displayed next to the header of the item.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public ImageSource Icon { get; set; }

Visual Basic  Copy Code

Public Property Icon As ImageSource

 Property Value

 See Also