BitmapImage Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The BitmapImage type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CreateOptions Gets or sets the BitmapCreateOptions for a BitmapImage.
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone PixelHeight Gets the height of the bitmap in pixels. (Inherited from BitmapSource.)
Public propertySupported by Silverlight for Windows Phone PixelWidth Gets the width of the bitmap in pixels. (Inherited from BitmapSource.)
Public propertySupported by Silverlight for Windows Phone UriSource Gets or sets the URI of the graphics source file that generated this BitmapImage.

Top