ASP.NET Core 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
    'Usage
     
    
    Dim instance As NarrowWideRatio
    public enum NarrowWideRatio : System.Enum 
    public enum NarrowWideRatio = class(System.Enum)
    public enum NarrowWideRatio extends System.Enum
    __value public enum NarrowWideRatio : public System.Enum 
    public enum class NarrowWideRatio : public 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