RatingControl.ItemInfo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定代表評等之專案的視覺狀態相關資訊。
本檔適用于 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 屬性,以代表評等的其他圖像或影像取代預設星號。