Back to Devexpress

PdfAnnotationAppearances.Down Property

officefileapi-devexpress-dot-pdf-dot-pdfannotationappearances.md

latest1.3 KB
Original Source

PdfAnnotationAppearances.Down Property

Gets the annotation’s down appearance.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationAppearance Down { get; }
vb
Public ReadOnly Property Down As PdfAnnotationAppearance

Property Value

TypeDescription
PdfAnnotationAppearance

A PdfAnnotationAppearance object that is the down appearance.

|

Remarks

Use the Down property to obtain the down appearance when the mouse button is pressed or held down within the annotation’s active area.

See Also

PdfAnnotationAppearances Class

PdfAnnotationAppearances Members

DevExpress.Pdf Namespace