ContextMenuEventArgs.CursorLeft 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 horizontal position.
public:
property double CursorLeft { double get(); };
double CursorLeft();
public double CursorLeft { get; }
var double = contextMenuEventArgs.cursorLeft;
Public ReadOnly Property CursorLeft As Double
Property Value
Double
double
A value in pixels.