menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TextMarkupEditedEventArgs

    Provides data for the TextMarkupEdited event.

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

    Properties

    NewColor

    Gets the new color of the edited text markup annotation.

    Declaration
    public UIColor NewColor { get; }
    Property Value
    Type
    UIKit.UIColor

    OldColor

    Gets the old color of the edited text markup annotation.

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