Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorderCorner Class / SetRadiuses Method


In This Topic
    SetRadiuses Method (NBorderCorner)
    In This Topic
    Sets the all radiues (Inner and Outer X and Y radiuses) to the specified value
    Syntax
    'Declaration
     
    
    Public Sub SetRadiuses( _
       ByVal radius As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NBorderCorner
    Dim radius As System.Double
     
    instance.SetRadiuses(radius)
    public void SetRadiuses( 
       System.double radius
    )

    Parameters

    radius
    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