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.WinForms.Documents.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommentAppearanceSettings
  Constructors
CommentAppearanceSettings()
Declaration
public CommentAppearanceSettings()
  Properties
BackgroundBrush
Declaration
public Brush BackgroundBrush { get; set; }
  Property Value
| 
        System.Drawing.Brush
         
  | 
    
BorderBrush
Declaration
public Brush BorderBrush { get; set; }
  Property Value
| 
        System.Drawing.Brush
         
  |