Click or drag to resize

AnimationTransitionsSize Property

The Size property represents a transition of the Window's dimensions.

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

Property Value

Type: SizeTransition
The Size property gets/sets the value of the internal SizeTransition.
See Also