ImageDrawing::ImageSource Property
.NET Framework (current version)
Gets or sets the source of the image
Assembly: PresentationCore (in PresentationCore.dll)
public: property ImageSource^ ImageSource { ImageSource^ get(); void set(ImageSource^ value); }
Property Value
Type: System.Windows.Media::ImageSource^The source of the image. The default value is null.
<object ImageSource="imageUri"/>
For XAML information, see the ImageSource type.
- imageUri
A URI of the image file.
Identifier Field | |
Metadata Flags |
.NET Framework
Available since 3.0
Available since 3.0
Show: