Click or drag to resize

PositionTransition Class

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

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

The PositionTransition type exposes the following members.

Constructors
  NameDescription
Public methodPositionTransition
Constructs an empty instance.
Public methodPositionTransition(Int32, Int32, 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 propertyLeft
The Left property represents the resulting left position of the window.

Default: 0

Public propertyRaw
The Raw property represents the underliying JObject containing the transition's settings.
(Inherited from IAnimationTransition.)
Public propertyTop
The Top property represents the resulting top position of the window.

Default: 0

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 methodStatic memberonlyLeft
Constructs an instance that only transitions the Window's left position.
Public methodStatic memberonlyTop
Constructs an instance that only transitions the Window's top position.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also