Comment
Class
Block container for comment annotations, linking start and end markers with author metadata and content.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class Comment : BlockContainerBase
Inheritance: objectDocumentElementBaseBlockContainerBaseComment
Inherited Members
Properties
Gets or sets the name of the person who created this comment.
C#
public string Author { get; set; }
The author.
Gets the inline marker that defines where the comment range ends in the document.
C#
public CommentRangeEnd CommentRangeEnd { get; }
The comment range end.
Gets the inline marker that defines where the comment range begins in the document.
C#
public CommentRangeStart CommentRangeStart { get; }
The comment range start.
Gets or sets when the comment was created or last modified.
C#
public DateTime Date { get; set; }
The date and time.