RadControls for WPF

Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.40

Syntax

C#
public enum AnnotationMarkerDeleteBehavior
Visual Basic
Public Enumeration AnnotationMarkerDeleteBehavior

Members

Member nameValueDescription
PreserveAnnotation0 Preserves the annotation, but the content can be modified. Can be used for Backspace and DeleteBehavior.
PreserveAnnotationContent1 Preserves the annotation and its content from modifications and deleting. Can be used for DeleteSelectedBehavior.
SelectAnnotation2 Selects the annotation. Can be used for Backspace and DeleteBehavior.
RemoveAnnotation3 Removes the annotation, but leaves its content. Can be used for Backspace, Delete and DeleteSelectedBehavior.
SelectAnnotationMarker4 Selects the annotation marker. Can be used for Backspace and DeleteBehavior.

See Also