ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / NarrowWideRatio Enumeration

In This Topic
    NarrowWideRatio Enumeration
    In This Topic
    Defines the ratio between narrow and wide bars.
    Syntax
    'Declaration
     
    
    Public Enum NarrowWideRatio 
       Inherits System.Enum
    public enum NarrowWideRatio : System.Enum 
    Members
    MemberDescription
    OneToThreeThe ratio between narrow and wide bars is 1:3
    OneToTwoThe ratio between narrow and wide bars is 1:2
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.NarrowWideRatio

    See Also