'Declaration <DescriptionAttribute("The border style of the panel.")> <CategoryAttribute("Appearance")> Public Property BorderStyle As EnhancedBorderStyle
'Usage Dim instance As WinPanel Dim value As EnhancedBorderStyle instance.BorderStyle = value value = instance.BorderStyle
[Description("The border style of the panel.")] [Category("Appearance")] public EnhancedBorderStyle BorderStyle {get; set;}