C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / ResetButtonPosition Enumeration

ResetButtonPosition Enumeration
Use the members of this enumeration to set the value of the ResetButton.Position property.
Syntax
'Declaration
 
Public Enum ResetButtonPosition 
   Inherits 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