Gets or sets the System.Windows.Media.ImageSource to be displayed in this control. This is a dependency property.
public ImageSource Source { get; set; }
Public Property Source As ImageSource
The source of the drawn image. The default value is a null reference (Nothing in VB).
When the value of the Source property changes to a valid image, the values of SourceDpiX and SourceDpiY will be populated by the image resolution.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET