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

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

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

    See Also