ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / Code128TagHelper Class / AutoWidthZoom Property

In This Topic
    AutoWidthZoom Property (Code128TagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Code128.AutoWidthZoom. Sets a zoom factor applied to the automatically calculated control width.
    Syntax
    'Declaration
     
    Public Overridable Property AutoWidthZoom As Integer
    public virtual int AutoWidthZoom {get; set;}
    Remarks
    This property makes effect only if the AutoWidth property is set to true. It can take any numeric value equal or greater than 1.
    See Also