ShowInDock Property
Determines whether to show your application in the dock when it runs. The default value is true.
Definition
Namespace: Avalonia
Assembly: Avalonia.Native (in Avalonia.Native.dll)
- C#
- VB
- F#
public bool ShowInDock { get; set; }
Public Property ShowInDock As Boolean
Get
Set
member ShowInDock : bool with get, set