menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMarkupDeselectedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextMarkupDeselectedEventArgs

    Provides data for the TextMarkupDeselected event.

    Inheritance
    System.Object
    TextMarkupDeselectedEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class TextMarkupDeselectedEventArgs : EventArgs

    Properties

    Bounds

    Gets the position and size of the selected textmarkup annotation.

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type
    Xamarin.Forms.Rectangle

    PageNumber

    Gets the page number of the selected textmarkup annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    TextMarkupAnnotationType

    Gets the type of the selected textmarkup annotation.

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