Click or drag to resize

WindowOptionsMaximizable Property

The Maximizable property represents a flag that lets the window be maximized.

Default: true

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public bool Maximizable { get; set; }

Property Value

Type: Boolean
The Maximizable property gets/sets the value of the underlying JObject field, "maximizable".
See Also