BitmapImage Properties
.NET Framework 4
The BitmapImage type exposes the following members.
| Name | Description | |
|---|---|---|
|
BaseUri | Gets or sets a value that represents the base Uri of the current BitmapImage context. |
|
CacheOption | Gets or sets the BitmapCacheOption to use for this instance of BitmapImage. |
|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) |
|
CreateOptions | Gets or sets the BitmapCreateOptions for a BitmapImage. |
|
DecodePixelHeight | Gets or sets the height, in pixels, that the image is decoded to. |
|
DecodePixelWidth | Gets or sets the width, in pixels, that the image is decoded to. |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
DpiX | Gets the horizontal dots per inch (dpi) of the image. (Inherited from BitmapSource.) |
|
DpiY | Gets the vertical dots per inch (dpi) of the image. (Inherited from BitmapSource.) |
|
Format | Gets the native PixelFormat of the bitmap data. (Inherited from BitmapSource.) |
|
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Inherited from Animatable.) |
|
Height | Gets the height of the source bitmap in device-independent units (1/96th inch per unit). (Inherited from BitmapSource.) |
|
IsDownloading | Gets a value that indicates whether the BitmapImage is currently downloading content. (Overrides BitmapSource.IsDownloading.) |
|
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
Metadata | Not supported. BitmapImage does not support the Metadata property and will throw a NotSupportedException. (Overrides BitmapSource.Metadata.) |
|
Palette | Gets the color palette of the bitmap, if one is specified. (Inherited from BitmapSource.) |
|
PixelHeight | Gets the height of the bitmap in pixels. (Inherited from BitmapSource.) |
|
PixelWidth | Gets the width of the bitmap in pixels. (Inherited from BitmapSource.) |
|
Rotation | Gets or sets the angle that this BitmapImage is rotated to. |
|
SourceRect | Gets or sets the rectangle that is used as the source of the BitmapImage. |
|
StreamSource | Gets or sets the stream source of the BitmapImage. |
|
UriCachePolicy | Gets or sets a value that represents the caching policy for images that come from an HTTP source. |
|
UriSource | Gets or sets the Uri source of the BitmapImage. |
|
Width | Gets the width of the bitmap in device-independent units (1/96th inch per unit). (Inherited from BitmapSource.) |