ScrollViewer.ExtentWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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中的所有內容,不論是否可見。 檢視區是內容的可見區域。