Class MarkRangeEndBase
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Notes
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class MarkRangeEndBase : FieldRangeEndBase
Constructors
MarkRangeEndBase()
Declaration
protected MarkRangeEndBase()
Properties
BackspaceBehavior
Represents the behavior when the Backspace key is pressed over the field range.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
Annotation The backspace behavior. |
Overrides
DeleteBehavior
Represents the behavior when the Delete key is pressed over the annotation.
Declaration
public override AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
Annotation The delete behavior. |
Overrides
IsWordSeparator
Determines whether the annotation should be treated as word separator.
Declaration
public override bool IsWordSeparator { get; }
Property Value
System.
|
Overrides
SkipPositionBefore
Determines if the Caret
If the value of this property is true
for an Annotation
the newly inserted text will be considered as part of the annotation. Vice versa, if it is set to false
, the typed text will be inserted before the annotation.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.
|