ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarStacked Class
Members






In This Topic
    Gs1DataBarStacked Class
    In This Topic
    Represents a control for drawing GS1 DataBar barcode type.
    Object Model
    Gs1DataBarStacked Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class Gs1DataBarStacked 
       Inherits Gs1DataBarBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As Gs1DataBarStacked
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class Gs1DataBarStacked : Gs1DataBarBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class Gs1DataBarStacked = class(Gs1DataBarBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class Gs1DataBarStacked extends Gs1DataBarBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class Gs1DataBarStacked : public Gs1DataBarBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class Gs1DataBarStacked : public Gs1DataBarBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.Gs1DataBarBase
                   C1.Web.Mvc.Gs1DataBarStacked

    See Also