Cursors::SizeAll Property

 

Gets a four-headed sizing Cursor, which consists of four joined arrows that point north, south, east, and west.

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

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

Property Value

Type: System.Windows.Input::Cursor^

A four-headed sizing cursor.

.NET Framework
Available since 3.0
Return to top
Show: