Skip to main content

PdfAnnotationActions.CursorExited Property

Gets an action that is performed when the cursor exits the annotation’s active area.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAction CursorExited { get; }

Property Value

Type Description
PdfAction

A PdfAction object that represents the action.

See Also