MediaHistoryItem.ImageStream Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a stream that contains the image that is displayed with this MediaHistoryItem in the media history area.

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property ImageStream As Stream
public Stream ImageStream { get; set; }

Property Value

Type: System.IO..::.Stream
Returns Stream.

Remarks

The stream size must not be larger than the MaxImageSize property.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

MediaHistoryItem Class

Microsoft.Devices Namespace