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