다음을 통해 공유


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)에만 존재합니다.

적용 대상