Cursors.SizeAll Propiedad

Definición

Obtiene el cursor de ajuste de tamaño de cuatro puntas, que consta de cuatro flechas unidas que apuntan al norte, al sur, al este y al oeste.

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

Valor de propiedad

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

Se aplica a

Consulte también