Freigeben über


ImageVisual.Stretch Eigenschaft

Definition

Ruft die Dehnung des Bilds ab oder legt sie fest.

public:
 property CompositionStretch Stretch { CompositionStretch get(); void set(CompositionStretch value); };
CompositionStretch Stretch();

void Stretch(CompositionStretch value);
public CompositionStretch Stretch { get; set; }
var compositionStretch = imageVisual.stretch;
imageVisual.stretch = compositionStretch;
Public Property Stretch As CompositionStretch

Eigenschaftswert

Die Dehnung des Bilds.

Hinweise

Wichtig

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

Gilt für: