ImageVisual.Stretch 属性

定义

获取或设置图像的拉伸。

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

属性值

图像的拉伸。

注解

重要

此 API 仅存在于 Windows 10 版本 1507 (内部版本 10240) 中。

适用于