PlatformWindowOptionsMaximizable Property |
The Maximizable property represents a flag that lets the window be maximized.
Default: true
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public bool Maximizable { get; set; }
Property Value
Type:
Boolean
The Maximizable property gets/sets the value of the
underlying JObject field, "maximizable".
See Also