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

In This Topic
    BorderBrush Property (C1List)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to fill the border of a text element.
    Syntax
    'Declaration
     
    
    Public Property BorderBrush As Brush
    public Brush BorderBrush {get; set;}
    See Also