KaxRatingItem Constructor (String, String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxRatingItem(
string imageUrl,
string selectedImageUrl,
string hoveredImageUrl
)
Public Sub New (
imageUrl As String,
selectedImageUrl As String,
hoveredImageUrl As String
)
public:
KaxRatingItem(
String^ imageUrl,
String^ selectedImageUrl,
String^ hoveredImageUrl
)
new :
imageUrl : string *
selectedImageUrl : string *
hoveredImageUrl : string -> KaxRatingItem
Parameters
- imageUrl
- Type: SystemString
- selectedImageUrl
- Type: SystemString
- hoveredImageUrl
- Type: SystemString
See Also