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