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