menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PopupAnnotationMovedEventArgs

    Provides the data for the PopupAnnotationMoved event.

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

    Properties

    NewPosition

    Gets the new position after the popup annotation was moved.

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

    OldPosition

    Gets the old position before the popup annotation was moved.

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