SystemGestureData.Point Property
SystemGestureData.Point Property |
Gets the location of the system gesture in pixel space.
Definition
Visual Basic .NET Public ReadOnly Property Point As Point C# public Point Point { get; } Managed C++ public: __property Point* get_Point();
Property Value
System.Drawing.Point. The location of the system gesture in pixel space.
This property is read-only. This property has no default value.