alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class StreamEditControl.SavedViewInfo.TextRangeInfo

    Defines a structure that provides information for storing two text range offsets.

    Inheritance
    System.Object
    StreamEditControl.SavedViewInfo.TextRangeInfo
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class TextRangeInfo : ValueType

    Fields

    EndOffset

    End offset.

    Declaration
    public long EndOffset
    Field Value
    Type
    System.Int64

    StartOffset

    Start offset.

    Declaration
    public long StartOffset
    Field Value
    Type
    System.Int64
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved