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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace