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