ContextMenuEventArgs.CursorTop プロパティ

定義

テキスト カーソルの垂直方向の位置のピクセル オフセットを取得します。

public:
 property double CursorTop { double get(); };
double CursorTop();
public double CursorTop { get; }
var double = contextMenuEventArgs.cursorTop;
Public ReadOnly Property CursorTop As Double

プロパティ値

Double

double

ピクセル単位の値。

適用対象