BitmapImage.StreamSource 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 or sets the stream source of the BitmapImage.
public:
property System::IO::Stream ^ StreamSource { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream StreamSource { get; set; }
member this.StreamSource : System.IO.Stream with get, set
Public Property StreamSource As Stream
Property Value
The stream source of the BitmapImage. The default is null
.
Remarks
If StreamSource and UriSource are both set, the StreamSource value is ignored.
Set the CacheOption property to BitmapCacheOption.OnLoad if you wish to close the stream after the BitmapImage is created. The default OnDemand cache option retains access to the stream until the bitmap is needed, and cleanup is handled by the garbage collector.
Dependency Property Information
Identifier field | StreamSourceProperty |
Metadata properties set to true |
None |