UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreeTextCalloutAnnotationMovedEventArgs

    Show / Hide Table of Contents

    Class FreeTextCalloutAnnotationMovedEventArgs

    Provides the data for the FreeTextCalloutAnnotationMoved event.

    Inheritance
    System.Object
    FreeTextCalloutAnnotationMovedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class FreeTextCalloutAnnotationMovedEventArgs : EventArgs

    Properties

    Annotation

    Gets the details of the freetext callout annotation

    Declaration
    public FreeTextCalloutAnnotation Annotation { get; }
    Property Value
    Type Description
    FreeTextCalloutAnnotation

    AnnotationProperties

    Gets the properties of the freetext callout annotation.

    Declaration
    public FreeTextCalloutAnnotationProperties AnnotationProperties { get; set; }
    Property Value
    Type Description
    FreeTextCalloutAnnotationProperties

    NewBounds

    Gets the new bounds of the entire annotation

    Declaration
    public Rect NewBounds { get; }
    Property Value
    Type Description
    Windows.Foundation.Rect

    NewCalloutBounds

    Gets the new bounds of the callout text

    Declaration
    public Rect NewCalloutBounds { get; }
    Property Value
    Type Description
    Windows.Foundation.Rect

    OldBounds

    Gets the old bounds of the entire annotation

    Declaration
    public Rect OldBounds { get; }
    Property Value
    Type Description
    Windows.Foundation.Rect

    OldCalloutBounds

    Gets the old bounds of the callout text

    Declaration
    public Rect OldCalloutBounds { get; }
    Property Value
    Type Description
    Windows.Foundation.Rect

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved