Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NGradientBar Class / GripperExtentLimit Property


In This Topic
    GripperExtentLimit Property
    In This Topic
    Gets or sets the maximum size of the gripper extent, measured in percent of the gradient bar width/height for horizontal/vertical bar respectively.
    Syntax
    'Declaration
     
    
    Public Property GripperExtentLimit As System.Double
    'Usage
     
    
    Dim instance As NGradientBar
    Dim value As System.Double
     
    instance.GripperExtentLimit = value
     
    value = instance.GripperExtentLimit
    public System.double GripperExtentLimit {get; set;}
    Remarks
    If the size calculated from GripperExtentPercent exceeds the size calculated from GripperExtentLimit, the second one is used. 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