Click or drag to resize

WindowOptionsMaxHeight Property

The MaxHeight property represents the maximum height of a window.

Will default to the OS defined value if set to -1.

Default: -1

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

Property Value

Type: Int32
The MaxHeight property gets/sets the value of the underlying JObject field, "maxHeight".
See Also