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 |