Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NStockGradientFill Class / EndColor Property


In This Topic
    EndColor Property (NStockGradientFill)
    In This Topic
    The end color of the gradient.
    Syntax
    'Declaration
     
    
    Public Property EndColor As NColor
    'Usage
     
    
    Dim instance As NStockGradientFill
    Dim value As NColor
     
    instance.EndColor = value
     
    value = instance.EndColor
    public NColor EndColor {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