共用方式為


RatingItemImageInfo.PointerOverImage 屬性

定義

取得或設定影像,表示具有指標的評等專案。

public:
 property ImageSource ^ PointerOverImage { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource PointerOverImage();

void PointerOverImage(ImageSource value);
public ImageSource PointerOverImage { get; set; }
var imageSource = ratingItemImageInfo.pointerOverImage;
ratingItemImageInfo.pointerOverImage = imageSource;
Public Property PointerOverImage As ImageSource
<RatingItemImageInfo PointerOverImage="uri"/>

屬性值

物件,表示所繪製影像的影像來源檔案。 您通常會使用 BitmapImage 物件來設定此專案,此物件會使用統一資源識別元 (URI 建構,) 描述有效影像來源檔案的路徑。 或者,您可以使用數據流來初始化 BitmapSource ,可能是來自記憶體檔案的數據流。

適用於