ImageBrush::ImageSource Property
.NET Framework (current version)
Gets or sets the image displayed by this ImageBrush.
Assembly: PresentationCore (in PresentationCore.dll)
public: property ImageSource^ ImageSource { ImageSource^ get(); void set(ImageSource^ value); }
An ImageBrush paints an area with an ImageSource. The most common type of ImageSource to use with an ImageBrush is a BitmapImage, which describes a bitmap graphic. You can use a DrawingImage to paint using a Drawing object, but it is simpler to use a DrawingBrush instead. For more information about ImageSource objects, see Imaging Overview and Painting with Images, Drawings, and Visuals
<object ImageSource="imageUri"/>
For XAML information, see ImageSource.
- imageUri
A URI of an image.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: