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

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