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


In This Topic
    OuterCornerRadius Property (NColorSkinState)
    In This Topic
    Gets or sets the outer corner raidus of the border.
    Syntax
    'Declaration
     
    
    Public Property OuterCornerRadius As System.Double
    'Usage
     
    
    Dim instance As NColorSkinState
    Dim value As System.Double
     
    instance.OuterCornerRadius = value
     
    value = instance.OuterCornerRadius
    public System.double OuterCornerRadius {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