Class CommentAppearanceSettings
Inheritance
System.Object
CommentAppearanceSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CommentAppearanceSettings
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
|