Cursors.SizeAll Propiedad

Definición

Obtiene el cursor de cambio de tamaño de cuatro puntas, que está formado por cuatro flechas unidas que apuntan al norte, sur, este y oeste.

public:
 static property System::Windows::Forms::Cursor ^ SizeAll { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor SizeAll { get; }
member this.SizeAll : System.Windows.Forms.Cursor
Public Shared ReadOnly Property SizeAll As Cursor

Valor de propiedad

Cursor

Cursor que representa el cursor de cambio de tamaño de cuatro puntas.

Se aplica a

Consulte también