Cursors::Cross Property

 

Gets the crosshair Cursor.

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

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

Property Value

Type: System.Windows.Input::Cursor^

The Crosshair cursor.

This cursor typically appears over regions in which a drawing operation can be performed.

See Remark on Cursors.

.NET Framework
Available since 3.0
Return to top
Show: