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

In This Topic
    BorderBrush Property (C1RichTextBoxMenu)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush used to color small menu parts.
    Syntax
    'Declaration
     
    Public Shadows Property BorderBrush As Brush
    public new Brush BorderBrush {get; set;}
    See Also