Class CommentAppearanceSettings
Represents the appearance settings for comments in the document UI.
Inheritance
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CommentAppearanceSettings : Object
Constructors
CommentAppearanceSettings()
Declaration
public CommentAppearanceSettings()
Properties
BackgroundBrush
Gets or sets the background brush for the comment appearance settings.
Declaration
public Brush BackgroundBrush { get; set; }
Property Value
System.Windows.Media.Brush
The brush used to fill the background of the comment. |
BorderBrush
Gets or sets the border brush for the comment appearance settings.
Declaration
public Brush BorderBrush { get; set; }
Property Value
System.Windows.Media.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
public Color HighlightColor { get; set; }
Property Value
System.Windows.Media.Color
A System.Windows.Media.Color object representing the highlight color. |