Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / PositionChangedEventArgs Class / PreviousPosition Property

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