menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionPointer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionPointer

    Inheritance
    System.Object
    SelectionPointer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class SelectionPointer

    Constructors

    SelectionPointer()

    Initializes a new instance of the SelectionPointer class.

    Declaration
    public SelectionPointer()

    Properties

    EndIndex

    Gets or sets the End Index of the Selection

    Declaration
    public int EndIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Type: System.Int32

    Remarks

    Specifies the EndIndex.

    EndLine

    Gets or sets the End line of the Selection

    Declaration
    public int EndLine { get; set; }
    Property Value
    Type Description
    System.Int32

    Type: System.Int32

    Remarks

    Specifies the EndLine.

    StartIndex

    Gets or sets the Start Index of the Selection

    Declaration
    public int StartIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Type: System.Int32

    Remarks

    Specifies the StartIndex.

    StartLine

    Gets or sets the Start line of the Selection

    Declaration
    public int StartLine { get; set; }
    Property Value
    Type Description
    System.Int32

    Type: System.Int32

    Remarks

    Specifies the StartLine.

    Events

    SelectionPointerChanged

    Occurs when SelectionPointerChanged in the SelectionPointer.

    Declaration
    public event SelectionPointerChangedEventHandler SelectionPointerChanged
    Event Type
    Type
    SelectionPointerChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved