Gets or sets the icon, displayed next to the header of the item.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public ImageSource Icon { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Icon As ImageSource |
See Also