Class CommentVisualStyle
Represents the CommentVisualStyle class.
Inheritance
System.Object
CommentVisualStyle
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class CommentVisualStyle : Object
Constructors
CommentVisualStyle(CommentAdv)
Initializes a new instance of the CommentVisualStyle class for the specified CommentAdv.
Declaration
public CommentVisualStyle(CommentAdv commentAdv)
Parameters
Type | Name | Description |
---|---|---|
CommentAdv | commentAdv | The CommentAdv instance for which the visual style is to be defined. |
Properties
BackgroundBrush
Gets or sets a brush that provides the background of the CommentAdv.
Declaration
public Brush BackgroundBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The brush that provides the background of the CommentAdv. |
BorderBrush
Gets or sets a brush that provides the background of the CommentAdv.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The brush that provides the border of the CommentAdv. |
HighlightColor
Gets or sets the highlight color of the CommentAdv.
Declaration
public Color HighlightColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color | The highlight color of the CommentAdv. |