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

In This Topic
    Orientation Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Orientation property.
    Syntax
    'Declaration
     
    Public Enum Orientation 
       Inherits System.Enum
    public enum Orientation : System.Enum 
    Members
    MemberDescription
    HorizontalPlace the stars horizontally.
    VerticalPlace the starts vertically.
    Inheritance Hierarchy

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

    See Also