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

In This Topic
    BlockBackground Property
    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