Version

WebRatingRoles Enumeration

Names of the css classes for the progress bar.
Syntax
'Declaration
 
Public Enum WebRatingRoles 
   Inherits System.Enum
public enum WebRatingRoles : System.Enum 
Members
MemberDescription
ControlThe CSS Class that will be applied to the outer control.
ControlDisabledThe CSS Class that will be applied the main div when the rating is disabled.
ControlFocusThe CSS Class that will be applied the main div when it has keyboard focus.
DisabledEmptyImgThe CSS Class that will be applied to empty image spans when rating is disabled to give default image and size.
DisabledSelectedImgThe CSS Class that will be applied to selected image when rating is disabled spans to give default image and size.
EmptyContainerThe CSS Class that is applied to the div showing non-filled images.
EmptyImgThe CSS Class that will be applied to empty image spans to give default image and size.
HoveredContainerThe CSS Class that is applied to the div showing hovered images.
HoveredImgThe CSS Class that will be applied to hovered image spans to give default image and size.
ImageSpanThe CSS Class that is applied to the spans when the rating orientation is horizontal.
ImageSpanVertThe CSS Class that is applied to the spans when the rating orientation is vertical.
SelectedContainerThe CSS Class that is applied to the div showing filled images.
SelectedImgThe CSS Class that will be applied to selected image spans to give default image and size.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also