alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class SelectionPointer

    SelectionPointer class is used to hold values related to text selection

    Inheritance
    System.Object
    SelectionPointer
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class SelectionPointer : Object

    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.

    Methods

    add_SelectionPointerChanged(SelectionPointerChangedEventHandler)

    Declaration
    public void add_SelectionPointerChanged(SelectionPointerChangedEventHandler value)
    Parameters
    Type Name Description
    SelectionPointerChangedEventHandler value

    remove_SelectionPointerChanged(SelectionPointerChangedEventHandler)

    Declaration
    public void remove_SelectionPointerChanged(SelectionPointerChangedEventHandler value)
    Parameters
    Type Name Description
    SelectionPointerChangedEventHandler value

    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 - 2026 Syncfusion Inc. All Rights Reserved