MindFusion.UI for WebForms Programmer's Guide

Rating.ItemsActiveSelectedImageUrl Property

See Also
 





Gets or sets the URL of the items' active and selected image.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public string ItemsActiveSelectedImageUrl { get; set; }

Visual Basic  Copy Code

Public Property ItemsActiveSelectedImageUrl As String

 Property Value

Type: String
A string specifying the URL of the active and selected image. Default value is ("").

 See Also