共用方式為


IVerticalScrollBar.ThumbHeight 屬性

取得捲軸捲動方塊的高度 (以像素為單位)。

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

語法

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

屬性值

類型:Double
高度的捲軸縮圖,以像素為單位

備註

最後的緩衝區位置對應到底部的捲動方塊高度減去捲軸追蹤。

.NET Framework 安全性

請參閱

參考

IVerticalScrollBar 介面

Microsoft.VisualStudio.Text.Editor 命名空間