SdtEndLayoutBox
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:
C#
public class SdtEndLayoutBox : AnnotationMarkerLayoutBox
Inheritance: objectLayoutElementLayoutBoxInlineLayoutBoxAnnotationMarkerLayoutBoxSdtEndLayoutBox...
Inherited Members
Constructors
C#
public SdtEndLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Properties
Gets the associated Structured Document Tag (SDT) end for the layout box.
C#
public SdtRangeEnd AssociatedSdtEnd { get; }
Methods
C#
protected override void SetParent(LayoutElement oldParent, LayoutElement newParent)
Overrides: