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

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

Syntax

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

See Also