Class
AnnotationActionCollection

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: WidgetActionCollection

Properties

MouseDown

Gets the actions executed on mouse button press within the annotation.

Declaration

cs-api-definition
public ActionCollection MouseDown { get; }

Property Value

ActionCollection

MouseEnter

Gets the actions executed when the pointer enters the annotation’s bounds.

Declaration

cs-api-definition
public ActionCollection MouseEnter { get; }

Property Value

ActionCollection

MouseExit

Gets the actions executed when the pointer leaves the annotation’s bounds.

Declaration

cs-api-definition
public ActionCollection MouseExit { get; }

Property Value

ActionCollection

MouseUp

Gets the actions executed on mouse button release within the annotation.

Declaration

cs-api-definition
public ActionCollection MouseUp { get; }

Property Value

ActionCollection