menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TouchInteractionEventArgs

    Provides data for the Tapped ,DoubleTapped and LongPressed events.

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

    Properties

    PageNumber

    Gets page number of the SfPdfViewer when touch.

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

    PagePosition

    Declaration
    public Point PagePosition { get; }
    Property Value
    Type
    Xamarin.Forms.Point

    Position

    Gets the tapped position relative to the client area of SfPdfViewer control.

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