Class FieldRangeStart
Represents the start marker for a field in a Rad
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class FieldRangeStart : FieldRangeStartBase, IFieldRangeMarker
Constructors
FieldRangeStart()
Properties
Field
Gets or sets the field.
Declaration
[XamlSerializable]
public Field Field { get; set; }
Property Value
Field
The field. |
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Field
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
Document The Field |
Overrides
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
Document The Field |
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
Document The new instance. |