Gets or sets whether the minimize button of this window is shown.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool ShowMinimizeButton { get; set; }
Visual Basic
Public Property ShowMinimizeButton As Boolean
	Get
	Set

See Also