Click or drag to resize

PlatformWindowOptionsDefaultTop Property

The DefaultTop property represents the window's default top position.

Default: 100

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

Property Value

Type: Int32
The DefaultTop property gets/sets the value of the underlying JObject field, "defaultTop".
Remarks
Specifies the top position 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 value of top is taken to be the last value before the window was closed.
See Also