'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the corner rounding when Shape is RoundedRect")> Public Property CornerRounding As NLength
'Usage
Dim instance As NBorderStyle Dim value As NLength instance.CornerRounding = value value = instance.CornerRounding
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the corner rounding when Shape is RoundedRect")] public NLength CornerRounding {get; set;}