ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarStackedOmnidirectional Class / Gs1DataBarStackedOmnidirectional Constructor
The html helper
The selector

In This Topic
    Gs1DataBarStackedOmnidirectional Constructor
    In This Topic
    Creates one Gs1DataBarStackedOmnidirectional instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As HtmlHelper, _
       Optional ByVal selector As String _
    )
    public Gs1DataBarStackedOmnidirectional( 
       HtmlHelper helper,
       string selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also