Class FreeTextCalloutAnnotationResizedEventArgs
Provides the data for the FreeTextCalloutAnnotationResized event.
Inheritance
System.Object
FreeTextCalloutAnnotationResizedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class FreeTextCalloutAnnotationResizedEventArgs : EventArgs
Properties
Annotation
Gets the details of the freetext callout annotation
Declaration
public FreeTextCalloutAnnotation Annotation { get; }
Property Value
Type |
---|
FreeTextCalloutAnnotation |
AnnotationProperties
Gets the properties of the freetext callout annotation.
Declaration
public FreeTextCalloutAnnotationProperties AnnotationProperties { get; set; }
Property Value
Type |
---|
FreeTextCalloutAnnotationProperties |
NewBounds
Gets the new bounds of the entire annotation
Declaration
public Rect NewBounds { get; }
Property Value
Type |
---|
Windows.Foundation.Rect |
NewCalloutBounds
Gets the new bounds of the callout text
Declaration
public Rect NewCalloutBounds { get; }
Property Value
Type |
---|
Windows.Foundation.Rect |
OldBounds
Gets the old bounds of the entire annotation
Declaration
public Rect OldBounds { get; }
Property Value
Type |
---|
Windows.Foundation.Rect |
OldCalloutBounds
Gets the old bounds of the callout text
Declaration
public Rect OldCalloutBounds { get; }
Property Value
Type |
---|
Windows.Foundation.Rect |