Class
CommentAppearanceSettings

Represents the appearance settings for comments in the document UI.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CommentAppearanceSettings

Inheritance: objectCommentAppearanceSettings

Constructors

CommentAppearanceSettings()

Declaration

cs-api-definition
public CommentAppearanceSettings()

Properties

BackgroundBrush

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

Declaration

cs-api-definition
public Brush BackgroundBrush { get; set; }

Property Value

Brush

The brush used to fill the background of the comment.

BorderBrush

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

Declaration

cs-api-definition
public Brush BorderBrush { get; set; }

Property Value

Brush

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

HighlightColor

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

Declaration

cs-api-definition
public Color HighlightColor { get; set; }

Property Value

Color

A Color object representing the highlight color.