RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Paragraph Class / Background Property

In This Topic
    Background Property (C1Paragraph)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to fill the background of the content area.
    Syntax
    'Declaration
     
    
    Public Property Background As Brush
    public Brush Background {get; set;}
    See Also