WindowOptionsMinHeight Property |
The MinHeight property represents the minimum height of a window.
Default: 0
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public int MinHeight { get; set; }
Property Value
Type:
Int32
The MinHeight property gets/sets the value of the
underlying JObject field, "minHeight".
See Also