BitmapImage.CreateOptions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the BitmapCreateOptions for a BitmapImage.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<BitmapImage CreateOptions="bitmapCreateOptionsValue"/>
XAML Values
Property Value
Type: System.Windows.Media.Imaging.BitmapCreateOptionsThe BitmapCreateOptions used for this BitmapImage. The default is DelayCreation.
Show: