Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TouchInteractionEventArgs - Xamarin.Forms API Reference | Syncfusion Tapped ,DoubleTapped and LongPressed events. ">

    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 Description
    System.Int32

    Position

    Gets position of the SfPdfViewer when touch.

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