Click or drag to resize

SizeTransition Class

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

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

The SizeTransition type exposes the following members.

Constructors
  NameDescription
Public methodSizeTransition
Constructs an empty instance.
Public methodSizeTransition(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 propertyHeight
The Height property represents the resulting height of the window.

Default: 0

Public propertyRaw
The Raw property represents the underliying JObject containing the transition's settings.
(Inherited from IAnimationTransition.)
Public propertyWidth
The Width property represents the resulting width 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 memberonlyHeight
Constructs an instance that only transitions the Window's height.
Public methodStatic memberonlyWidth
Constructs an instance that only transitions the Window's width.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also