共用方式為


IVerticalScrollBar.TrackSpanBottom 屬性

取得捲軸追蹤的底部在呈現於顯示畫面時的 Y 座標 (不含頂端與底部的捲軸按鈕)。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
ReadOnly Property TrackSpanBottom As Double
double TrackSpanBottom { get; }
property double TrackSpanBottom {
    double get ();
}
abstract TrackSpanBottom : float with get
function get TrackSpanBottom () : double

屬性值

類型:Double
捲軸追蹤,因為它的底端的 y 座標會呈現在顯示] (不包括在頂端和尾端的 [捲動] 按鈕)。

.NET Framework 安全性

請參閱

參考

IVerticalScrollBar 介面

Microsoft.VisualStudio.Text.Editor 命名空間