RadControls for Silverlight

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

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
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