menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMarkupEditedEventArgs - API Reference

    Show / Hide Table of Contents

    Class TextMarkupEditedEventArgs

    Provides data for the TextMarkupEdited event.

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

    Properties

    NewColor

    Gets the new color of the edited text markup annotation.

    Declaration
    public Color NewColor { get; }
    Property Value
    Type Description
    Android.Graphics.Color

    OldColor

    Gets the old color of the edited text markup annotation.

    Declaration
    public Color OldColor { get; }
    Property Value
    Type Description
    Android.Graphics.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved