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