WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICursorPhysicalCoordinates - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Int32

    Line

    Gets or sets the line index of cursor.

    Declaration
    int Line { get; }
    Property Value
    Type Description
    System.Int32

    Position

    Gets or sets the current position of cursor.

    Declaration
    IParsePoint Position { get; set; }
    Property Value
    Type Description
    IParsePoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved