menu

UWP

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

    Show / Hide Table of Contents

    Class SelectionRange

    Represents the SelectionRange class.

    Inheritance
    System.Object
    SelectionRange
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public class SelectionRange : Object

    Constructors

    SelectionRange(SfRichTextBoxAdv)

    Initializes a new instance of the SelectionRange class for the specified SfRichTextBoxAdv.

    Declaration
    public SelectionRange(SfRichTextBoxAdv richTextBoxAdv)
    Parameters
    Type Name Description
    SfRichTextBoxAdv richTextBoxAdv

    The SfRichTextBoxAdv instance to which the SelectionRange is associated.

    Properties

    End

    Gets the end TextPosition of the SelectionRange.

    Declaration
    public TextPosition End { get; }
    Property Value
    Type Description
    TextPosition

    The end TextPosition of the SelectionRange.

    IsEmpty

    Gets a value indicating whether the Start and End of the SelectionRange denotes the same TextPosition.

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean

    Returns True, if the Start and End of the SelectionRange denotes the same TextPosition. Otherwise returns False.

    Start

    Gets the start TextPosition of the SelectionRange.

    Declaration
    public TextPosition Start { get; }
    Property Value
    Type Description
    TextPosition

    The end TextPosition of the SelectionRange.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved