ComponentOne FinancialChart for WPF
Origin Property (C1DragStartedEventArgs)



C1.WPF Namespace > C1DragStartedEventArgs Class : Origin Property
Gets the absolute point where the gesture started.
Syntax
'Declaration
 
Public ReadOnly Property Origin As Point
'Usage
 
Dim instance As C1DragStartedEventArgs
Dim value As Point
 
value = instance.Origin
public Point Origin {get;}
public:
property Point Origin {
   Point get();
}
See Also

Reference

C1DragStartedEventArgs Class
C1DragStartedEventArgs Members