ScrollContentPresenter.ViewportWidth 속성

정의

볼 수 있는 콘텐츠의 가로 크기를 가져옵니다.

public:
 property double ViewportWidth { double get(); };
double ViewportWidth();
public double ViewportWidth { get; }
var double = scrollContentPresenter.viewportWidth;
Public ReadOnly Property ViewportWidth As Double

속성 값

Double

double

볼 수 있는 콘텐츠의 가로 크기입니다.

설명

뷰포트에는 ScrollViewer에 표시되는 모든 콘텐츠가 포함됩니다.

적용 대상

추가 정보