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

In This Topic
    ResetButtonPosition Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ResetButton.Position property.
    Syntax
    'Declaration
     
    Public Enum ResetButtonPosition 
       Inherits System.Enum
    public enum ResetButtonPosition : System.Enum 
    Members
    MemberDescription
    LeftOrTopThe reset button will be put at the left or top side.
    RightOrBottomThe reset button will be put at the right or bottom side.
    Inheritance Hierarchy

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

    See Also