Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NFillDeclaration Class / Mode Property


In This Topic
    Mode Property (NFillDeclaration)
    In This Topic
    Gets or sets the mode which determines the way in which the filling is determined. If set to Uniform, the filling is determined by the UnformFill property. When set to TwoColorGradient or ThreeColorGradient, the filling is an interpolation on a color ramp that is based on two or three color gradient respectively.
    Syntax
    'Declaration
     
    
    Public Property Mode As ENFillDeclarationMode
    'Usage
     
    
    Dim instance As NFillDeclaration
    Dim value As ENFillDeclarationMode
     
    instance.Mode = value
     
    value = instance.Mode
    public ENFillDeclarationMode Mode {get; set;}
    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