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