Click or drag to resize
ImageSource Property
Gets or sets the source for the image. Returns an object that represents the image source file for the drawn image. Typically you set this with a BitmapSource object, constructed with the that describes the path to a valid image source file.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ImageSource Source { get; set; }

Property Value

Type: ImageSource
See Also