Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NAdvancedGradientPoint Class / PositionX Property


In This Topic
    PositionX Property
    In This Topic
    Gets or sets the horizontal position of the point within the gradient box.
    Syntax
    'Declaration
     
    
    Public Property PositionX As System.Single
    'Usage
     
    
    Dim instance As NAdvancedGradientPoint
    Dim value As System.Single
     
    instance.PositionX = value
     
    value = instance.PositionX
    public System.float PositionX {get; set;}
    Remarks
    The position is specified with a value between 0.0 (leftmost) and 1.0 (rightmost).
    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