'Declaration <DescriptionAttribute("The border style for the panel bar")> <CategoryAttribute("Xceed PanelBar")> <DefaultValueAttribute()> Public Shadows Property BorderStyle As Border
'Usage Dim instance As PanelBar Dim value As Border instance.BorderStyle = value value = instance.BorderStyle
[Description("The border style for the panel bar")] [Category("Xceed PanelBar")] [DefaultValue()] public new Border BorderStyle {get; set;}