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