ClassNoteStartMarkerLayoutBox
Class
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:
cs-api-definition
public class NoteStartMarkerLayoutBox : AnnotationMarkerLayoutBox
Inheritance: objectLayoutElementLayoutBoxInlineLayoutBoxAnnotationMarkerLayoutBoxNoteStartMarkerLayoutBox
Inherited Members
Constructors
NoteStartMarkerLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
cs-api-definition
public NoteStartMarkerLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
associatedDocumentElement
collection
Properties
AssociatedNote
Gets the associated note for the layout box.
Declaration
cs-api-definition
public FootnoteRangeStart AssociatedNote { get; }
Property Value