Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorSkin Class / RoundedCorners Property


In This Topic
    RoundedCorners Property (NColorSkin)
    In This Topic
    Gets/Sets the border corners, which should be rounded. By default set to all corners.
    Syntax
    'Declaration
     
    
    Public Property RoundedCorners As ENUIThemeBorderBrickType
    'Usage
     
    
    Dim instance As NColorSkin
    Dim value As ENUIThemeBorderBrickType
     
    instance.RoundedCorners = value
     
    value = instance.RoundedCorners
    public ENUIThemeBorderBrickType RoundedCorners {get; set;}
    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