Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets the BitmapCreateOptions for a BitmapImage.

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property BitmapCreateOptions CreateOptions {
	BitmapCreateOptions get();
	void set(BitmapCreateOptions value);
}

Property Value

Type: System.Windows.Media.Imaging::BitmapCreateOptions

The BitmapCreateOptions used for this BitmapImage. The default is None.

Identifier field

CreateOptionsProperty

Metadata properties set to true

None

The following code example demonstrates how to set the CreateOptions of a BitmapImage by using code.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft