OpacityTransition Constructor (Double, Int32) |
Constructs an instance setting all the properties.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax 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