KaxRatingItem Constructor (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
)
Public Sub New (
imageUrl As String,
selectedImageUrl As String
)
public:
KaxRatingItem(
String^ imageUrl,
String^ selectedImageUrl
)
new :
imageUrl : string *
selectedImageUrl : string -> KaxRatingItem
Parameters
- imageUrl
- Type: SystemString
- selectedImageUrl
- Type: SystemString
See Also