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