OpacityTransitionOpacity Property |
The Opacity property represents the resulting opacity of the window.
This value is clamped beween 0.0 and 1.0
Default: 1.0
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public double Opacity { get; set; }
Property Value
Type:
Double
The Opacity property gets/sets the value of the underlying
JObject field, "opacity".
See Also