Cursors::Arrow Property

 

Gets the Arrow Cursor.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Cursor^ Arrow {
	static Cursor^ get();
}

Property Value

Type: System.Windows.Input::Cursor^

The arrow cursor.

The arrow Cursor is typically the default cursor.

See Remark on Cursors.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: