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

In This Topic
    NwRatio Property (Itf14TagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Itf14.NwRatio. Sets the narrow and wide bar ratio of the control.
    Syntax
    'Declaration
     
    Public Overridable Property NwRatio As NarrowWideRatio
    public virtual NarrowWideRatio NwRatio {get; set;}
    Remarks
    The possible property values are 1:2 or 1:3.
    See Also