ClassSdtStartLayoutBox
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:
cs-api-definition
public class SdtStartLayoutBox : AnnotationMarkerLayoutBox
Inheritance: objectLayoutElementLayoutBoxInlineLayoutBoxAnnotationMarkerLayoutBoxSdtStartLayoutBox
Inherited Members
Constructors
SdtStartLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
cs-api-definition
public SdtStartLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
associatedDocumentElement
collection
Properties
AssociatedSdtStart
Gets the associated structured document tag (SDT) start element for the current layout box.
Declaration
cs-api-definition
public SdtRangeStart AssociatedSdtStart { get; }
Property Value
Methods
SetParent(LayoutElement, LayoutElement)
Declaration
cs-api-definition
protected override void SetParent(LayoutElement oldParent, LayoutElement newParent)
Parameters
oldParent
newParent
Overrides