ImageCell

ImageCell 正是它聽起來的樣子。它是一個簡單的 Cell,只包含一個 Image。這種控制功能與普通的影象控制功能非常相似,但鈴聲和口哨聲更少。

XAML

<ImageCell ImageSource="http://d2g29cya9iq7ip.cloudfront.net/content/imag
es/company/aboutus-video-bg.png?v=25072014072745")),
 Text="This is some text"
 Detail="This is some detail" />

var imageCell = new ImageCell {
ImageSource = ImageSource.FromUri(new Uri("http://d2g29cya9iq7ip.clou
109
dfront.net/content/images/company/aboutus-videobg.png?v=25072014072745")),
 Text = "This is some text",
 Detail = "This is some detail"
};

StackOverflow 文件