共用方式為


ViewState.ViewportBottom 屬性

取得檢視區的下邊緣的 y 座標。

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

語法

'宣告
Public ReadOnly Property ViewportBottom As Double
public double ViewportBottom { get; }
public:
property double ViewportBottom {
    double get ();
}
member ViewportBottom : float with get
function get ViewportBottom () : double

屬性值

類型:Double
檢視區的下緣切齊 y 軸座標。

.NET Framework 安全性

請參閱

參考

ViewState 類別

Microsoft.VisualStudio.Text.Editor 命名空間