C1.Web.Mvc Namespace / StepPosition Enumeration

StepPosition Enumeration
Specifies the position of steps in Step chart. It should be 'Start', 'Centert or 'End'.
Syntax
'Declaration
 
Public Enum StepPosition 
   Inherits System.Enum
 
Members
MemberDescription
CenterCenter
EndEnd
StartStart
Inheritance Hierarchy

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

See Also