EnumAnnotationMarkerDeleteBehavior
Enum
Describes the behavior of an annotation in case of delete operation.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum AnnotationMarkerDeleteBehavior
Fields
PreserveAnnotation
Preserves the annotation, but the content can be modified. Can be used for Backspace and DeleteBehavior.
RemoveAnnotation
Removes the annotation, but leaves its content. Can be used for Backspace, Delete and DeleteSelectedBehavior.
SelectAnnotation
Selects the annotation. Can be used for Backspace and DeleteBehavior.
SelectAnnotationMarker
Selects the annotation marker. Can be used for Backspace and DeleteBehavior.