Search
PreviewOptions.TitleBarIcon Property
See Also
 





Gets or sets the icon displayed in the titlebar of the preview window.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Icon TitleBarIcon { get; set; }

Visual Basic  Copy Code

Public Property TitleBarIcon As Icon

 Property Value

An instance of the .NET Icon class. The default value is null (Nothing in Visual Basic).

 See Also