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

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