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

In This Topic
    NwRatio Property (Code39)
    In This Topic
    Gets or sets the narrow and wide bar ratio of the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property NwRatio As NarrowWideRatio
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual NarrowWideRatio NwRatio {get; set;}
    Remarks
    The possible property values are 1:2 or 1:3.
    See Also