Nevron.Examples.Framework.WebForm Namespace / NSearchControl Class / HorizontalAlign Property


In This Topic
    HorizontalAlign Property (NSearchControl)
    In This Topic
    Syntax
    '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 NSearchControl
    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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also