The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BitmapImage::CreateOptions Property
.NET Framework (current version)
Gets or sets the BitmapCreateOptions for a BitmapImage.
Assembly: PresentationCore (in PresentationCore.dll)
public: property BitmapCreateOptions CreateOptions { BitmapCreateOptions get(); void set(BitmapCreateOptions value); }
Property Value
Type: System.Windows.Media.Imaging::BitmapCreateOptionsThe BitmapCreateOptions used for this BitmapImage. The default is None.
The following code example demonstrates how to set the CreateOptions of a BitmapImage by using code.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: