[]
Defines attached properties to save an image stream in a BitmapImage object.
public static class ImageAttach
| Name | Description |
|---|---|
| FormatProperty | Identifies the Format attached property. |
| HeightProperty | Identifies the Height attached property. |
| ImageTemplate | A DataTemplate that creates an Image control and binds its source. |
| StreamProperty | Identifies the Stream attached property. |
| WidthProperty | Identifies the Width attached property. |
| Name | Description |
|---|---|
| GetFormat(DependencyObject) | Gets the value of the Format attached property for a given object. |
| GetStream(DependencyObject) | Gets the value of the Stream attached property for a given object. |
| SetFormat(DependencyObject, string) | Set the value of the Format attached property for a given object. |
| SetStream(DependencyObject, byte[]) | Set the value of the Stream attached property for a given object. |