Class NoteStartMarkerLayoutBox
Represents the layout box for the start marker of a note in a document.
Inheritance
System.Object
NoteStartMarkerLayoutBox
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NoteStartMarkerLayoutBox : AnnotationMarkerLayoutBox
Constructors
NoteStartMarkerLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public NoteStartMarkerLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
Properties
AssociatedNote
Gets the associated note for the layout box.
Declaration
public FootnoteRangeStart AssociatedNote { get; }
Property Value
FootnoteRangeStart
|