Click or drag to resize

AnimationTransitionsOpacity Property

The Opacity property represents a transition of the Window's opacity.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public OpacityTransition Opacity { get; set; }

Property Value

Type: OpacityTransition
The Opacity property gets/sets the value of the internal OpacityTransition.
See Also