共用方式為


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

適用於