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

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