RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1InlineUIContainer Class / Foreground Property

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