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