'Declaration
<System.ComponentModel.DefaultValueAttribute()> <WebCategoryAttribute("Appearance")> <WebSysDescriptionAttribute("Style of the border around the control.")> Public Overridable Property BorderStyle As System.Web.UI.WebControls.BorderStyle
'Usage
Dim instance As Monitor Dim value As System.Web.UI.WebControls.BorderStyle instance.BorderStyle = value value = instance.BorderStyle
[System.ComponentModel.DefaultValue()] [WebCategory("Appearance")] [WebSysDescription("Style of the border around the control.")] public virtual System.Web.UI.WebControls.BorderStyle BorderStyle {get; set;}