共用方式為


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的所有內容,不論是否可見。 檢視區是內容的可見區域。

適用於