RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Inline Class / Foreground Property

In This Topic
    Foreground Property (C1Inline)
    In This Topic
    Gets or sets the System.Windows.Media.Brush to apply to the content of the element.
    Syntax
    'Declaration
     
    
    Public Property Foreground As Brush
    public Brush Foreground {get; set;}
    See Also