Class Comment
Represents a comment.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Comment : BlockContainerBase, IChildrenList
Properties
Author
Gets or sets the author.
Declaration
public string Author { get; set; }
Property Value
System. The author. |
CommentRangeEnd
Gets the comment range end.
Declaration
public CommentRangeEnd CommentRangeEnd { get; }
Property Value
Comment The comment range end. |
CommentRangeStart
Gets the comment range start.
Declaration
public CommentRangeStart CommentRangeStart { get; }
Property Value
Comment The comment range start. |
Date
Gets or sets the date and time.
Declaration
public DateTime Date { get; set; }
Property Value
System. The date and time. |
Initials
Gets or sets the author's initials.
Declaration
public string Initials { get; set; }
Property Value
System. The initials. |