ClassCodeAnnotationRangeEnd
Represents the end of a code annotation range in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class CodeAnnotationRangeEnd : AnnotationRangeEnd
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndCodeAnnotationRangeEnd
Inherited Members
Constructors
CodeAnnotationRangeEnd()
Declaration
public CodeAnnotationRangeEnd()
Properties
SkipPositionBefore
Gets the position of the code annotation range end that skips the position before the end point.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The Inline to copy the content from.
Exceptions
fromElement must not be null.
Cannot copy content to element itself.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
CreateRangeStartInstance()
Creates the range start instance.
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
The created AnnotationRangeStart.
Overrides