PdfAnnotationAppearances.Rollover Property
In This Article
Gets the annotation’s rollover appearance.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotationAppearance Rollover { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#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