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






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

    See Also