ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / Direction Enumeration

In This Topic
    Direction Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Direction property.
    Syntax
    'Declaration
     
    Public Enum Direction 
       Inherits System.Enum
    public enum Direction : System.Enum 
    Members
    MemberDescription
    NormalRender the stars from left-to-right or top-to-bottom.
    ReversedRender the stars from right-to-left or bottom-to-top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Rating.Direction

    See Also