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

In This Topic
    AutoWidthZoom Property (Interleaved2of5)
    In This Topic
    Gets or 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