MediaPlayerElement.PosterSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property ImageSource ^ PosterSource { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource PosterSource();
void PosterSource(ImageSource value);
public ImageSource PosterSource { get; set; }
var imageSource = mediaPlayerElement.posterSource;
mediaPlayerElement.posterSource = imageSource;
Public Property PosterSource As ImageSource