Share via


ScrollViewer.ExtentWidth 屬性

定義

取得 ScrollViewer中所有可捲動內容的水準大小。

public:
 property double ExtentWidth { double get(); };
double ExtentWidth();
public double ExtentWidth { get; }
var double = scrollViewer.extentWidth;
Public ReadOnly Property ExtentWidth As Double

屬性值

Double

double

ScrollViewer中所有可捲動內容的水準大小。

備註

範圍包含 ScrollViewer中的所有內容,不論是否可見。 檢視區是內容的可見區域。

適用於

另請參閱