C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / NarrowWideRatio Enumeration

NarrowWideRatio Enumeration
Defines the ratio between narrow and wide bars.
Syntax
'Declaration
 
Public Enum NarrowWideRatio 
   Inherits 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