获取滚动条轨道呈现在显示屏幕中时其底部的 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。