Click or drag to resize
CanvasVirtualImageSourceSource Property
Gets the VirtualSurfaceImageSource wrapped by this object.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public VirtualSurfaceImageSource Source { get; }

Property Value

Type: VirtualSurfaceImageSource
Remarks

The value of this property is suitable for setting on a Image.Source.

See Also