Class SdtEndLayoutBox
Represents the end layout box for a Structured Document Tag (SDT) in the Telerik document layout. This class is used to define the visual representation and behavior of the an SDT in a document.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtEndLayoutBox : AnnotationMarkerLayoutBox
Constructors
SdtEndLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public SdtEndLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
Properties
AssociatedSdtEnd
Gets the associated Structured Document Tag (SDT) end for the layout box.
Declaration
public SdtRangeEnd AssociatedSdtEnd { get; }
Property Value
SdtRangeEnd
|
Methods
SetParent(LayoutElement, LayoutElement)
Declaration
protected override void SetParent(LayoutElement oldParent, LayoutElement newParent)
Parameters
LayoutElement
oldParent
|
LayoutElement
newParent
|