ClassSdtEndLayoutBox
Class
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.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SdtEndLayoutBox : AnnotationMarkerLayoutBox
Inheritance: objectLayoutElementLayoutBoxInlineLayoutBoxAnnotationMarkerLayoutBoxSdtEndLayoutBox
Inherited Members
Constructors
SdtEndLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
cs-api-definition
public SdtEndLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
associatedDocumentElement
collection
Properties
AssociatedSdtEnd
Gets the associated Structured Document Tag (SDT) end for the layout box.
Declaration
cs-api-definition
public SdtRangeEnd AssociatedSdtEnd { get; }
Property Value
Methods
SetParent(LayoutElement, LayoutElement)
Declaration
cs-api-definition
protected override void SetParent(LayoutElement oldParent, LayoutElement newParent)
Parameters
oldParent
newParent
Overrides