ContextMenuEventArgs.CursorTop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the pixel offset of the text cursor vertical position.
public:
property double CursorTop { double get(); };
double CursorTop();
public double CursorTop { get; }
var double = contextMenuEventArgs.cursorTop;
Public ReadOnly Property CursorTop As Double
Property Value
Double
double
A value in pixels.