Class CommentsOptions
Represents the options for managing comments in a document.
Inheritance
System.Object
CommentsOptions
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CommentsOptions : Object
Constructors
CommentsOptions()
Declaration
public CommentsOptions()
Properties
ColorOptions
Represents the color options for comments in the document model.
Declaration
public RevisionColor ColorOptions { get; set; }
Property Value
RevisionColor
|