'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the shape of the border")> Public Property Shape As BorderShape
'Usage
Dim instance As NBorderStyle Dim value As BorderShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the shape of the border")] public BorderShape Shape {get; set;}