PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfCircleNote Class / PopupOpen Property

In This Topic
    PopupOpen Property (PdfCircleNote)
    In This Topic
    Gets or sets a value indicating whether the popup associated with the current note should show when the document is opened.

    This property is false by default.

    Syntax
    'Declaration
     
    
    Public Overridable Property PopupOpen As Boolean
    public virtual bool PopupOpen {get; set;}
    See Also