SdtStartLayoutBox
Class
Represents the starting layout box for a structured document tag (SDT) in the Telerik Windows Documents layout.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class SdtStartLayoutBox : AnnotationMarkerLayoutBox
Inheritance: objectLayoutElementLayoutBoxInlineLayoutBoxAnnotationMarkerLayoutBoxSdtStartLayoutBox...
Inherited Members
Constructors
C#
public SdtStartLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Properties
Gets the associated structured document tag (SDT) start element for the current layout box.
C#
public SdtRangeStart AssociatedSdtStart { get; }
Methods
C#
protected override void SetParent(LayoutElement oldParent, LayoutElement newParent)
Overrides: