Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NHatchFill Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (NHatchFill)
    In This Topic
    The background color of the hatch fill.
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As NColor
    'Usage
     
    
    Dim instance As NHatchFill
    Dim value As NColor
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public NColor BackgroundColor {get; set;}
    Remarks
    By default set to black color.
    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