CanMinimize Property
Enables or disables minimizing the window.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool CanMinimize { get; set; }
Public Property CanMinimize As Boolean
Get
Set
member CanMinimize : bool with get, set
Property Value
BooleanRemarks
This property might be ignored by some window managers on Linux.