Cursors.ScrollE Property

Definition

Gets the scroll east Cursor.

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

Property Value

A scroll east cursor.

Remarks

XAML Text Usage

See Remark on Cursors.

Applies to