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


In This Topic
    RoundedCorners Property (NColorSkinState)
    In This Topic
    Gets/Sets the corners to which to set the inner and outer corner radius. If this value is not set, the value of the same property of the owner color skin is used. It is set by default to all corners.
    Syntax
    'Declaration
     
    
    Public Property RoundedCorners As ENUIThemeBorderBrickType
    'Usage
     
    
    Dim instance As NColorSkinState
    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