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