Share via


MouseGestureData.StartPosition Property

Gets the starting position of the mouse.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property StartPosition As Point
    Get
public Point StartPosition { get; }
public:
property Point StartPosition {
    Point get ();
}
member StartPosition : Point
function get StartPosition () : Point

Property Value

Type: System.Windows.Point
A Point object that represents the starting position of the mouse.

Remarks

This point’s coordinates are always relative to the designer decorator.

.NET Framework Security

See Also

Reference

MouseGestureData Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility