DXRichEditCommentOptions Properties
Provides the options for displaying the comments in a document.| Name | Description |
|---|---|
| Author | Gets or sets the default comment’s author. This is a dependency property. |
| Color | Gets or sets the background color of the comment balloon and the text to which a comment is applied. This is a dependency property. |
| HighlightCommentedRange | Gets or sets whether the commented document ranges are highlighted. This is a dependency property. |
| ShowAllAuthors | Gets or sets whether to show comments by all reviewers. This is a dependency property. |
| Visibility | Gets or sets the visibility mode of a document comment. This is a dependency property. |
| VisibleAuthors | Provides access to a collection of reviewer names whose comments are visible. This is a dependency property. |
See Also