Class AnnotationRangeEnd
Represents the end marker for an annotation range in a Rad
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class AnnotationRangeEnd : AnnotationRangeMarkerBase
Constructors
AnnotationRangeEnd()
Properties
CreatePairedStartOnCopy
Gets a value indicating whether a new paired Annotation
Default value is false.
This property is provided for backward compatibility.
Declaration
protected virtual bool CreatePairedStartOnCopy { get; }
Property Value
System. Should pair annotation. |
IsPaired
Gets a value indicating whether this instance is paired with an Annotation
Declaration
public override bool IsPaired { get; }
Property Value
System.
|
Overrides
Start
Gets or sets the associated Annotation
Declaration
public AnnotationRangeStart Start { get; set; }
Property Value
Annotation The start. |
Methods
CreatePairedStart()
Creates an Annotation
Declaration
public virtual AnnotationRangeStart CreatePairedStart()
Returns
Annotation The created Annotation |
CreateRangeStartInstance()
Creates the range start instance.
Declaration
protected abstract AnnotationRangeStart CreateRangeStartInstance()
Returns
Annotation The created Annotation |
PairWithStart(AnnotationRangeStart)
Pairs the current instance with an Annotation
Declaration
public void PairWithStart(AnnotationRangeStart annotationRangeStart)
Parameters
Annotation The annotation range start. |
PairWithStartOverride(AnnotationRangeStart)
Pairs the current instance with an Annotation
Declaration
protected virtual void PairWithStartOverride(AnnotationRangeStart annotationRangeStart)
Parameters
Annotation The annotation range start. |
UpdateAnnotationID()
Updates the annotation identifier.
Declaration
public virtual void UpdateAnnotationID()