Class AnnotationTappedEventArgs
Provides data for the AnnotationTappedEventArgs event.
Inheritance
System.Object
AnnotationTappedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class AnnotationTappedEventArgs : EventArgs
Properties
Annotation
Gets the details of annotation.
Declaration
public IAnnotation Annotation { get; }
Property Value
Type |
---|
IAnnotation |
AnnotationProperties
Gets the properties of annotation.
Declaration
public AnnotationProperties AnnotationProperties { get; }
Property Value
Type |
---|
AnnotationProperties |