Skip to main content
All docs
V26.1
  • WidgetAnnotationActions.CursorExited Property

    Gets or sets the action performed when the cursor exits the annotation’s active area.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public AnnotationAction CursorExited { get; set; }

    Property Value

    Type Description
    AnnotationAction

    The action performed when the cursor exits the annotation’s active area.

    See Also