'Declaration Public Enum WebRatingRoles Inherits System.Enum
public enum WebRatingRoles : System.Enum
Member | Description |
---|---|
Control | The CSS Class that will be applied to the outer control. |
ControlDisabled | The CSS Class that will be applied the main div when the rating is disabled. |
ControlFocus | The CSS Class that will be applied the main div when it has keyboard focus. |
DisabledEmptyImg | The CSS Class that will be applied to empty image spans when rating is disabled to give default image and size. |
DisabledSelectedImg | The CSS Class that will be applied to selected image when rating is disabled spans to give default image and size. |
EmptyContainer | The CSS Class that is applied to the div showing non-filled images. |
EmptyImg | The CSS Class that will be applied to empty image spans to give default image and size. |
HoveredContainer | The CSS Class that is applied to the div showing hovered images. |
HoveredImg | The CSS Class that will be applied to hovered image spans to give default image and size. |
ImageSpan | The CSS Class that is applied to the spans when the rating orientation is horizontal. |
ImageSpanVert | The CSS Class that is applied to the spans when the rating orientation is vertical. |
SelectedContainer | The CSS Class that is applied to the div showing filled images. |
SelectedImg | The CSS Class that will be applied to selected image spans to give default image and size. |
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