Share via


RatingControl.ItemInfo 屬性

定義

取得或設定代表評等之專案的視覺狀態相關資訊。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

RatingItemInfo ItemInfo();

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

屬性值

RatingItemInfo 衍生的物件,其中包含代表評等之專案視覺狀態的詳細資料。

備註

您可以設定 ItemInfo 屬性,以代表評等的其他圖像或影像取代預設星號。

適用於