PositionTransition Constructor (Int32, Int32, Int32) |
Constructs an instance setting all the properties.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public PositionTransition(
int left,
int top,
int duration
)
Parameters
- left
- Type: SystemInt32
The resulting left position of the window. - top
- Type: SystemInt32
The resulting top position of the window. - duration
- Type: SystemInt32
The total time in milliseconds for the transition to complete.
See Also