Enum
AnnotationMarkerDeleteBehavior

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.

Declaration

cs-api-definition
PreserveAnnotation = 0

Field Value

AnnotationMarkerDeleteBehavior

RemoveAnnotation

Removes the annotation, but leaves its content. Can be used for Backspace, Delete and DeleteSelectedBehavior.

Declaration

cs-api-definition
RemoveAnnotation = 2

Field Value

AnnotationMarkerDeleteBehavior

SelectAnnotation

Selects the annotation. Can be used for Backspace and DeleteBehavior.

Declaration

cs-api-definition
SelectAnnotation = 1

Field Value

AnnotationMarkerDeleteBehavior

SelectAnnotationMarker

Selects the annotation marker. Can be used for Backspace and DeleteBehavior.

Declaration

cs-api-definition
SelectAnnotationMarker = 3

Field Value

AnnotationMarkerDeleteBehavior