Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NAdvancedGradientBox Class / GripperExtentPercent Property


In This Topic
    GripperExtentPercent Property (NAdvancedGradientBox)
    In This Topic
    Gets or sets the extent of the gradient point grippers, measured in percent of the gradient square's width or height.
    Syntax
    'Declaration
     
    
    Public Property GripperExtentPercent As System.Single
    'Usage
     
    
    Dim instance As NAdvancedGradientBox
    Dim value As System.Single
     
    instance.GripperExtentPercent = value
     
    value = instance.GripperExtentPercent
    public System.float GripperExtentPercent {get; set;}
    Remarks
    By default set to 5%.
    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