Class AnnotationActionCollection
Represents a collection of Action objects that can be associated with annotation events such as mouse interactions.
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 collection of actions triggered when the mouse button is pressed within the annotation area.
Declaration
public ActionCollection MouseDown { get; }
  Property Value
| 
        ActionCollection
         
  | 
    
MouseEnter
Gets the collection of actions triggered when the mouse enters the annotation area.
Declaration
public ActionCollection MouseEnter { get; }
  Property Value
| 
        ActionCollection
         
  | 
    
MouseExit
Gets the collection of actions triggered when the mouse exits the annotation area.
Declaration
public ActionCollection MouseExit { get; }
  Property Value
| 
        ActionCollection
         
  | 
    
MouseUp
Gets the collection of actions triggered when the mouse button is released within the annotation area.
Declaration
public ActionCollection MouseUp { get; }
  Property Value
| 
        ActionCollection
         
  |