Click or drag to resize

WindowOptionsMinHeight Property

The MinHeight property represents the minimum height of a window.

Default: 0

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

Property Value

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