Interface ICursorPhysicalCoordinates
Provides the functionality for getting the physical coordinates of the cursor in text.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface ICursorPhysicalCoordinates
Properties
Column
Gets or sets the column index of cursor.
Declaration
int Column { get; }
Property Value
Type |
---|
System.Int32 |
Line
Gets or sets the line index of cursor.
Declaration
int Line { get; }
Property Value
Type |
---|
System.Int32 |
Position
Gets or sets the current position of cursor.
Declaration
IParsePoint Position { get; set; }
Property Value
Type |
---|
IParsePoint |