menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextRange - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITextRange

    Provides the functionality for accessing text range.

    Namespace: Syncfusion.Windows.Forms.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface ITextRange

    Properties

    Bottom

    Gets the bottom point of the text range.

    Declaration
    CoordinatePoint Bottom { get; }
    Property Value
    Type
    CoordinatePoint

    End

    Gets the end point of the text range.

    Declaration
    CoordinatePoint End { get; }
    Property Value
    Type
    CoordinatePoint

    Start

    Gets the start point of the text range.

    Declaration
    CoordinatePoint Start { get; }
    Property Value
    Type
    CoordinatePoint

    Top

    Gets the top point of the text range.

    Declaration
    CoordinatePoint Top { get; }
    Property Value
    Type
    CoordinatePoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved