PlatformWindowOptionsDefaultHeight Property |
The DefaultHeight property represents the window's
default height in pixels.
Default: 500
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public int DefaultHeight { get; set; }
Property Value
Type:
Int32
The DefaultHeight property gets/sets the value of the
underlying JObject field, "defaultHeight".
Remarks
Specifies the height of the window when loaded for the first
time on a machine. When a window with the same name and
parent application UUID is loaded again, the height is taken to be the
last height of the window before it was closed.
See Also