'Declaration
<WebCategoryAttribute("Layout")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <WebSysDescriptionAttribute("Table_HorizontalAlign")> Public Overridable Property HorizontalAlign As System.Web.UI.WebControls.HorizontalAlign
'Usage
Dim instance As NMultiView Dim value As System.Web.UI.WebControls.HorizontalAlign instance.HorizontalAlign = value value = instance.HorizontalAlign
[WebCategory("Layout")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [WebSysDescription("Table_HorizontalAlign")] public virtual System.Web.UI.WebControls.HorizontalAlign HorizontalAlign {get; set;}