ImageVisual.Image Property

Definition

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).

Applies to