ImageVisual.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the image.
public:
property ICompositionSurface ^ Image { ICompositionSurface ^ get(); void set(ICompositionSurface ^ value); };
ICompositionSurface Image();
void Image(ICompositionSurface value);
public ICompositionSurface Image { get; set; }
var iCompositionSurface = imageVisual.image;
imageVisual.image = iCompositionSurface;
Public Property Image As ICompositionSurface
Property Value
The image.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).