New to Telerik UI for WPFStart a free 30-day trial

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

Gets or sets the background brush for the comment appearance settings.

C#
public Brush BackgroundBrush { get; set; }
Property Value:

The brush used to fill the background of the comment.

Gets or sets the border brush for the comment appearance settings.

C#
public Brush BorderBrush { get; set; }
Property Value:

The brush that determines the color and style of the border around the comment.

Gets or sets the highlight color for comments in the document.

C#
public Color HighlightColor { get; set; }
Property Value:

A Color object representing the highlight color.