ClassComment
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:
cs-api-definition
public class Comment : BlockContainerBase
Inheritance: objectDocumentElementBaseBlockContainerBaseComment
Inherited Members
Properties
Author
Gets or sets the name of the person who created this comment.
CommentRangeEnd
Gets the inline marker that defines where the comment range ends in the document.
Declaration
cs-api-definition
public CommentRangeEnd CommentRangeEnd { get; }
Property Value
The comment range end.
CommentRangeStart
Gets the inline marker that defines where the comment range begins in the document.
Declaration
cs-api-definition
public CommentRangeStart CommentRangeStart { get; }
Property Value
The comment range start.
Date
Gets or sets when the comment was created or last modified.
Declaration
cs-api-definition
public DateTime Date { get; set; }
Property Value
The date and time.