ImageVisual.Stretch 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 stretch of the image.
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
Property Value
The stretch of the image.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).