StoreVideo.PreviewImage 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.
Gets the preview image that is displayed for the video.
public:
property StoreImage ^ PreviewImage { StoreImage ^ get(); };
StoreImage PreviewImage();
public StoreImage PreviewImage { get; }
var storeImage = storeVideo.previewImage;
Public ReadOnly Property PreviewImage As StoreImage
Property Value
The preview image that is displayed for the video.