Cursors.ScrollAll プロパティ

定義

全方向スクロール用 Cursor を取得します。

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

プロパティ値

全方向へのスクロール用カーソル。

注釈

XAML テキストの使用法

に関する解説を Cursors参照してください。

適用対象