SizeTransitiononlyWidth Method |
Constructs an instance that only transitions the Window's width.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public static SizeTransition onlyWidth(
int width,
int duration
)
Parameters
- width
- Type: SystemInt32
The resulting width of the window. - duration
- Type: SystemInt32
The total time in milliseconds for the transition to complete.
Return Value
Type:
SizeTransition[Missing <returns> documentation for "M:Openfin.Desktop.SizeTransition.onlyWidth(System.Int32,System.Int32)"]
See Also