'Declaration
<WebCategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "")> <WebSysDescriptionAttribute("WebControl_BackColor")> <System.ComponentModel.TypeConverterAttribute(System.Web.UI.WebControls.WebColorConverter)> Public Overridable Property BackColor As System.Drawing.Color
'Usage
Dim instance As NDrawingView Dim value As System.Drawing.Color instance.BackColor = value value = instance.BackColor
[WebCategory("Appearance")] [System.ComponentModel.DefaultValue(System.Drawing.Color, "")] [WebSysDescription("WebControl_BackColor")] [System.ComponentModel.TypeConverter(System.Web.UI.WebControls.WebColorConverter)] public virtual System.Drawing.Color BackColor {get; set;}