Cursors::SizeAll Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

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

Property Value

Type: System.Windows.Forms::Cursor^

The Cursor that represents the four-headed sizing cursor.

.NET Framework
Available since 1.1
Return to top
Show: