Share via


ScrollPresenter.ViewportWidth プロパティ

定義

内の表示可能なコンテンツの水平方向のサイズを取得します ScrollPresenter

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

プロパティ値

Double

double

内の表示可能なコンテンツの水平方向の ScrollPresenterサイズ。

注釈

エクステントには、表示されているかどうかに関係なく、 ScrollPresenter内のすべてのコンテンツが含まれます。 ビューポートは、コンテンツの表示領域です。

適用対象