Cursors::UpArrow Property

 

Gets an up arrow Cursor, which is typically used to identify an insertion point.

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

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

Property Value

Type: System.Windows.Input::Cursor^

An up arrow cursor.

.NET Framework
Available since 3.0
Return to top
Show: