Class AnnotationMarkerDeleteBehavior
Describes the behavior of an annotation in case of delete operation.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class AnnotationMarkerDeleteBehavior : Enum
Fields
PreserveAnnotation
Preserves the annotation, but the content can be modified. Can be used for Backspace and DeleteBehavior.
Declaration
public const AnnotationMarkerDeleteBehavior PreserveAnnotation
Field Value
RemoveAnnotation
Removes the annotation, but leaves its content. Can be used for Backspace, Delete and DeleteSelectedBehavior.
Declaration
public const AnnotationMarkerDeleteBehavior RemoveAnnotation
Field Value
SelectAnnotation
Selects the annotation. Can be used for Backspace and DeleteBehavior.
Declaration
public const AnnotationMarkerDeleteBehavior SelectAnnotation
Field Value
SelectAnnotationMarker
Selects the annotation marker. Can be used for Backspace and DeleteBehavior.
Declaration
public const AnnotationMarkerDeleteBehavior SelectAnnotationMarker
Field Value
value__
Declaration
public int value__
Field Value
System.
|