Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NTextFillDeclaration Class / NTextFillDeclaration Constructor / NTextFillDeclaration Constructor(NFill)


In This Topic
    NTextFillDeclaration Constructor(NFill)
    In This Topic
    Creates a fill declaration with an uniform fill
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal uniformFill As NFill _
    )
    'Usage
     
    
    Dim uniformFill As NFill
     
    Dim instance As New NTextFillDeclaration(uniformFill)
    public NTextFillDeclaration( 
       NFill uniformFill
    )

    Parameters

    uniformFill
    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