MediaPlayerElement.PosterSource Property

Definition

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

Property Value

Applies to