menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PopupAnnotationEditedEventArgs

    Provides the data for the PopupAnnotationEdited event.

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

    Properties

    NewColor

    Gets the new color after the Color property was changed.

    Declaration
    public Color NewColor { get; }
    Property Value
    Type
    Xamarin.Forms.Color

    NewIcon

    Gets the new icon after the Icon property was changed.

    Declaration
    public PopupIcon NewIcon { get; }
    Property Value
    Type
    PopupIcon

    NewOpacity

    Gets the new opacity after the Opacity property was changed.

    Declaration
    public float NewOpacity { get; }
    Property Value
    Type
    System.Single

    NewText

    Gets the new text after the Text property was changed.

    Declaration
    public string NewText { get; }
    Property Value
    Type
    System.String

    OldColor

    Gets the old color before the Color property was changed.

    Declaration
    public Color OldColor { get; }
    Property Value
    Type
    Xamarin.Forms.Color

    OldIcon

    Gets the old icon before the Icon property was changed.

    Declaration
    public PopupIcon OldIcon { get; }
    Property Value
    Type
    PopupIcon

    OldOpacity

    Gets the old opacity before the Opacity property was changed.

    Declaration
    public float OldOpacity { get; }
    Property Value
    Type
    System.Single

    OldText

    Gets the old text before the Text property was changed.

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