RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / SelectionForeground Property

In This Topic
    SelectionForeground Property (C1RichTextBox)
    In This Topic
    Gets or sets the brush used to fill the foreground of the selected text.
    Syntax
    'Declaration
     
    
    Public Property SelectionForeground As Brush
    public Brush SelectionForeground {get; set;}
    See Also