Freigeben über


ImageVisual.Image Eigenschaft

Definition

Ruft das Bild ab oder legt es fest.

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

Eigenschaftswert

Das Image.

Hinweise

Wichtig

Diese API ist nur in Windows 10 Version 1507 (Build 10240) vorhanden.

Gilt für: