Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextView Class / ContentBackgroundFill Property


In This Topic
    ContentBackgroundFill Property
    In This Topic
    Gets or sets the content background fill.
    Syntax
    'Declaration
     
    
    Public Property ContentBackgroundFill As NFill
    'Usage
     
    
    Dim instance As NRichTextView
    Dim value As NFill
     
    instance.ContentBackgroundFill = value
     
    value = instance.ContentBackgroundFill
    public NFill ContentBackgroundFill {get; set;}
    Remarks
    The content background fill is used to specify the filling of pages in Print view or the background fill of the view when in Normal / Web view.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also