KaxRatingItemHoveredImageUrl Property |
Gets or sets the path to an image to display for the item when it is hovered.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string HoveredImageUrl { get; set; }
Public Property HoveredImageUrl As String
Get
Set
public:
property String^ HoveredImageUrl {
String^ get ();
void set (String^ value);
}
member HoveredImageUrl : string with get, set
Property Value
Type:
String
The path to the image to display for the item. The default value is empty string.
Remarks
Use the HoveredImageUrl property to specify the image for the item when it is hovered. If
the HoveredImageUrl property is set to empty string, the item will display the HoveredSelectedImageUrl
image. Use "~" (tilde) when referring to images within the current ASP.NET application.
See Also