ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / PositionChangedEventArgs Class / PreviousPosition Property

In This Topic
    PreviousPosition Property
    In This Topic
    Gets the previous position of the window.
    Syntax
    'Declaration
     
    Public ReadOnly Property PreviousPosition As Point
    public Point PreviousPosition {get;}
    See Also