Click or drag to resize

WindowOptionsResizable Property

The Resizable property represents a flag which allows the user to resize the window.

This property will be deprecated in a future release.

Default: true

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

Property Value

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