Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragPreviewEventArgs Class / Origin Property

In This Topic
    Origin Property (C1DragPreviewEventArgs)
    In This Topic
    Gets the position of original touch point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Origin As Point
    public Point Origin {get;}
    See Also