Cursors.SizeNWSE Property

Definition

Gets a two-headed northwest/southeast sizing Cursor.

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

Property Value

A two-headed northwest/southwest sizing cursor.

Remarks

XAML Text Usage

See Remark on Cursors.

Applies to