Click or drag to resize

OpacityTransition Class

A class representing a transition of a Window's opacity.
Inheritance Hierarchy

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class OpacityTransition : IAnimationTransition

The OpacityTransition type exposes the following members.

Constructors
  NameDescription
Public methodOpacityTransition
Constructs an empty instance.
Public methodOpacityTransition(Double, Int32)
Constructs an instance setting all the properties.
Top
Properties
  NameDescription
Public propertyDuration
The Duration property represents the total time in milliseconds for the transition to complete.

Default: 0

Public propertyOpacity
The Opacity property represents the resulting opacity of the window.

This value is clamped beween 0.0 and 1.0

Default: 1.0

Public propertyRaw
The Raw property represents the underliying JObject containing the transition's settings.
(Inherited from IAnimationTransition.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also