ClassFieldRangeEnd
Represents the end of a field range in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FieldRangeEnd : FieldRangeEndBase, IFieldRangeMarker
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseFieldRangeEnd
Implements:
Inherited Members
Constructors
FieldRangeEnd()
Initializes a new instance of the FieldRangeEnd class.
Declaration
public FieldRangeEnd()
Properties
FieldRangeStart
Gets the FieldRangeStart associated to this instance.
Declaration
public FieldRangeStart FieldRangeStart { get; }
Property Value
The field range start.
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another FieldRangeEnd.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The FieldRangeEnd to copy the content from.
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 FieldRangeStart.
Overrides