RatingControl.ItemInfo Property

Definition

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

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

RatingItemInfo ItemInfo();

void ItemInfo(RatingItemInfo value);
public RatingItemInfo ItemInfo { get; set; }
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