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.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public ImageSource Source { get; set; }
Property Value
Type:
ImageSourceSee Also