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 |