ImageDrawing::ImageSource Property

 

Gets or sets the source of the image

Namespace:   System.Windows.Media
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

System::String

A URI of the image file.

.NET Framework
Available since 3.0
Return to top
Show: