Class CommentAppearanceSettings
Inheritance
System.Object
CommentAppearanceSettings
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CommentAppearanceSettings : Object
Constructors
CommentAppearanceSettings()
Declaration
public CommentAppearanceSettings()
Properties
BackgroundBrush
Declaration
public Brush BackgroundBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
BorderBrush
Declaration
public Brush BorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
HighlightColor
Declaration
public Color HighlightColor { get; set; }
Property Value
System.Windows.Media.Color
|