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

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