| SizeTransitiononlyWidth Method  | 
 
                Constructs an instance that only transitions the Window's width.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic static SizeTransition onlyWidth(
	int width,
	int duration
)
Parameters
- width
- Type: SystemInt32
 The resulting width 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.onlyWidth(System.Int32,System.Int32)"]
 See Also
See Also