ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Code39 Class / LabelWithStartAndStopCharacter Property

In This Topic
    LabelWithStartAndStopCharacter Property
    In This Topic
    Indicates whether to show the start and stop character in the label.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property LabelWithStartAndStopCharacter As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool LabelWithStartAndStopCharacter {get; set;}
    See Also