Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRadialGradientFill Class / FocusFactorX Property


In This Topic
    FocusFactorX Property (NRadialGradientFill)
    In This Topic
    Gets or sets the X position of the gradient focus point, relatively to the radial gradient bounds. 0 = left side, 0.5 = center, 1 = right side
    Syntax
    'Declaration
     
    
    Public Property FocusFactorX As System.Double
    'Usage
     
    
    Dim instance As NRadialGradientFill
    Dim value As System.Double
     
    instance.FocusFactorX = value
     
    value = instance.FocusFactorX
    public System.double FocusFactorX {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