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