Represents the appearance settings for comments in the document UI.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CommentAppearanceSettings
Inheritance: objectCommentAppearanceSettings
Constructors
C#
public CommentAppearanceSettings()
Properties
BackgroundBrush
Brush
Gets or sets the background brush for the comment appearance settings.
C#
public Brush BackgroundBrush { get; set; }
The brush used to fill the background of the comment.
BorderBrush
Brush
Gets or sets the border brush for the comment appearance settings.
C#
public Brush BorderBrush { get; set; }
The brush that determines the color and style of the border around the comment.
HighlightColor
Color
Gets or sets the highlight color for comments in the document.
C#
public Color HighlightColor { get; set; }
A Color object representing the highlight color.