共用方式為


ITextView.ViewportTop 屬性

取得檢視區在文字呈現座標系統中的上邊緣位置。

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

語法

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

屬性值

類型:Double
檢視區的上邊緣。

備註

這個屬性是唯讀的而且一定會傳回 0.0。 走馬燈文字是藉由變更已格式化的行數的集合和 (或) 這些行的垂直位移。

.NET Framework 安全性

請參閱

參考

ITextView 介面

Microsoft.VisualStudio.Text.Editor 命名空間