ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1_128 Class / AutoWidthZoom Property

In This Topic
    AutoWidthZoom Property (Gs1_128)
    In This Topic
    Gets or sets a zoom factor applied to the automatically calculated control width.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(1)>
    Public Overridable Property AutoWidthZoom As Integer
    [Json(1)]
    [DefaultValue(1)]
    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