'Declaration
<SRDescriptionAttribute("Indicates whether the panel should have a border.")> <System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Appearance")> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute()> Public Property BorderStyle As System.Windows.Forms.BorderStyle
'Usage
Dim instance As EditSourceManager Dim value As System.Windows.Forms.BorderStyle instance.BorderStyle = value value = instance.BorderStyle
[SRDescription("Indicates whether the panel should have a border.")] [System.ComponentModel.DefaultValue()] [SRCategory("Appearance")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable()] public System.Windows.Forms.BorderStyle BorderStyle {get; set;}