ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Interleaved2of5 Class / BearerBar Property

In This Topic
    BearerBar Property (Interleaved2of5)
    In This Topic
    Indicates whether to enable bearer bar (the thick black border) around the symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property BearerBar As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool BearerBar {get; set;}
    See Also