Groups Action sequences for annotation mouse events, enabling hover and click behaviors on page annotations.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public abstract class AnnotationActionCollection
Inheritance: objectAnnotationActionCollection
Derived Classes:
Properties
Gets the actions executed on mouse button press within the annotation.
C#
public ActionCollection MouseDown { get; }
Gets the actions executed when the pointer enters the annotation’s bounds.
C#
public ActionCollection MouseEnter { get; }
Gets the actions executed when the pointer leaves the annotation’s bounds.
C#
public ActionCollection MouseExit { get; }
Gets the actions executed on mouse button release within the annotation.
C#
public ActionCollection MouseUp { get; }