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


In This Topic
    SetOuterRadiuses Method (NBorderCorner)
    In This Topic
    Sets the OuterXRadius and OuterYRadius properties to the specified value
    Syntax
    'Declaration
     
    
    Public Sub SetOuterRadiuses( _
       ByVal radius As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NBorderCorner
    Dim radius As System.Double
     
    instance.SetOuterRadiuses(radius)
    public void SetOuterRadiuses( 
       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