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

以像素为单位的值。

适用于