Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAnnotationAppearances.Rollover Property

Gets the annotation’s rollover appearance.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfAnnotationAppearance Rollover { get; }

Property Value

Type Description
PdfAnnotationAppearance

A PdfAnnotationAppearance object that is the rollover appearance.

Remarks

Use the Rollover property to obtain the rollover appearance when a user moves the cursor into the annotation’s active area without pressing the mouse button.

See Also