menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupProperties - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PopupProperties

    Represents the properties of PopupAnnotation.

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

    Properties

    Color

    Gets the color of popup annotation

    Declaration
    public Color Color { get; }
    Property Value
    Type
    Windows.UI.Color

    Comment

    Gets the comment of popup annotation

    Declaration
    public string Comment { get; }
    Property Value
    Type
    System.String

    Comments

    Gets the popup note of popup annotation

    Declaration
    public List<Comment> Comments { get; }
    Property Value
    Type
    System.Collections.Generic.List<Comment>

    Location

    Gets the location of popup annotation.

    Declaration
    public PointF Location { get; }
    Property Value
    Type
    System.Drawing.PointF

    Opacity

    Gets the opacity of popup annotation

    Declaration
    public double Opacity { get; }
    Property Value
    Type
    System.Double

    PageNumber

    Gets the page number of popup annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    PopupIcon

    Gets the popup icon of popup annotation

    Declaration
    public PopupIcon PopupIcon { get; }
    Property Value
    Type
    PopupIcon

    Subject

    Gets the subject of the popup annotation

    Declaration
    public string Subject { get; }
    Property Value
    Type
    System.String

    Extension Methods

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