Cursors.Pen プロパティ

定義

ペン Cursor を取得します。

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

プロパティ値

ペン カーソル。

注釈

XAML テキストの使用法

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

適用対象