Gets or sets the icon displayed in the titlebar of the preview window.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Icon TitleBarIcon { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleBarIcon As Icon |
An instance of the .NET Icon class. The default value is null (Nothing in Visual Basic).
See Also