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

In This Topic
    AutoWidthZoom Property (Gs1DataBarExpandedStackedTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gs1DataBarExpandedStacked.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