Share via


RatingControl.ItemInfo Property

Definition

Gets or sets info about the visual states of the items that represent a rating.

RatingItemInfo ItemInfo();

void ItemInfo(RatingItemInfo value);
public RatingItemInfo ItemInfo { get; set; }
var ratingItemInfo = ratingControl.itemInfo;
ratingControl.itemInfo = ratingItemInfo;
Public Property ItemInfo As RatingItemInfo
<RatingControl ItemInfo="resourceReferenceToRatingItemInfo"/>

Property Value

A RatingItemInfo-derived object that contains details about the visual states of the items that represent a rating.

Remarks

You can set the ItemInfo property to replace the default stars with other glyphs or images that represent a rating.

Applies to