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 |
---|
Android.Graphics.Color |
OldColor
Gets the old color of the edited text markup annotation.
Declaration
public Color OldColor { get; }
Property Value
Type |
---|
Android.Graphics.Color |