ClassAnnotationActionCollection
Class
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:
cs-api-definition
public abstract class AnnotationActionCollection
Inheritance: objectAnnotationActionCollection
Derived Classes:
Properties
MouseDown
Gets the actions executed on mouse button press within the annotation.
Declaration
cs-api-definition
public ActionCollection MouseDown { get; }
Property Value
MouseEnter
Gets the actions executed when the pointer enters the annotation’s bounds.
Declaration
cs-api-definition
public ActionCollection MouseEnter { get; }
Property Value
MouseExit
Gets the actions executed when the pointer leaves the annotation’s bounds.
Declaration
cs-api-definition
public ActionCollection MouseExit { get; }
Property Value
MouseUp
Gets the actions executed on mouse button release within the annotation.
Declaration
cs-api-definition
public ActionCollection MouseUp { get; }
Property Value