ITextViewLine.EndOfLineWidth 属性

获取从行中最后一个字符的右边缘到行空间结尾的距离。

命名空间:  Microsoft.VisualStudio.Text.Formatting
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
ReadOnly Property EndOfLineWidth As Double
double EndOfLineWidth { get; }
property double EndOfLineWidth {
    double get ();
}
abstract EndOfLineWidth : float with get
function get EndOfLineWidth () : double

属性值

类型:Double
从最后一个字符的右边缘的距离行的。此行空间的末尾。

备注

这可能包括换行符或文件结尾字符的填充。

.NET Framework 安全性

请参阅

参考

ITextViewLine 接口

Microsoft.VisualStudio.Text.Formatting 命名空间