Click or drag to resize

OpacityTransition Constructor (Double, Int32)

Constructs an instance setting all the properties.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public OpacityTransition(
	double opacity,
	int duration
)

Parameters

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