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的所有内容,无论是否可见。 视区是内容的可见区域。

适用于