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 命名空间