Click or drag to resize

SizeTransition Constructor (Int32, Int32, Int32)

Constructs an instance setting all the properties.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public SizeTransition(
	int width,
	int height,
	int duration
)

Parameters

width
Type: SystemInt32
The resulting width of the window.
height
Type: SystemInt32
The resulting height of the window.
duration
Type: SystemInt32
The total time in milliseconds for the transition to complete.
See Also