Cursors.ScrollSE Property

Definition

Gets a south/east scrolling Cursor.

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

Property Value

The south/east scrolling cursor.

Remarks

XAML Text Usage

See Remark on Cursors.

Applies to