| SizeTransitiononlyHeight Method  | 
 
                Constructs an instance that only transitions the Window's height.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic static SizeTransition onlyHeight(
	int height,
	int duration
)
Parameters
- height
- Type: SystemInt32
 The resulting height of the window.
- duration
- Type: SystemInt32
 The total time in milliseconds for the transition to complete.
Return Value
Type: 
SizeTransition[Missing <returns> documentation for "M:Openfin.Desktop.SizeTransition.onlyHeight(System.Int32,System.Int32)"]
 See Also
See Also