WindowOptionsDefaultLeft Property |
The DefaultLeft property represents the window's
default left position.
Default: 100
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public int DefaultLeft { get; set; }
Property Value
Type:
Int32
The DefaultLeft property gets/sets the value of the
underlying JObject field, "defaultLeft".
Remarks
Specifies the left 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 left is
taken to be the last value before the window was closed.
See Also