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 に表示されているすべてのコンテンツが含まれます。

適用対象

こちらもご覧ください