menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TextMarkupEditedEventArgs

    Provides data for the TextMarkupEdited event.

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

    Properties

    NewColor

    Gets the new color of the edited textmarkup annotation.

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

    OldColor

    Gets the old color of the edited textmarkup annotation.

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