共用方式為


ITextView.LineHeight 屬性

取得檢視中的一行文字的表面的高度。

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

語法

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

屬性值

類型:Double
在檢視中的文字行表面的高度。

.NET Framework 安全性

請參閱

參考

ITextView 介面

Microsoft.VisualStudio.Text.Editor 命名空間