ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarOmnidirectional Class / ShowLabel Property

In This Topic
    ShowLabel Property (Gs1DataBarOmnidirectional)
    In This Topic
    Indicates whether the value is rendered under the symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(True)>
    Public Overridable Property ShowLabel As Boolean
    [Json(1)]
    [DefaultValue(true)]
    public virtual bool ShowLabel {get; set;}
    See Also