Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / PanelBar Class / BorderStyle Property


In This Topic
    BorderStyle Property (PanelBar)
    In This Topic
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also