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

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