RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / BlockBackground Property

In This Topic
    BlockBackground Property (C1TextRange)
    In This Topic
    Gets or sets the background of the blocks in the range.
    Syntax
    'Declaration
     
    
    Public Property BlockBackground As Brush
    public Brush BlockBackground {get; set;}
    See Also