RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1Inline Class / BorderBrush Property

In This Topic
    BorderBrush Property (C1Inline)
    In This Topic
    Gets or sets the Windows.UI.Xaml.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