Xceed Chart for WinForms v4.4 Documentation
BorderStyle Property (PanelBar)


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > PanelBar Class : BorderStyle Property
Syntax
'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;}
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

Reference

PanelBar Class
PanelBar Members