IntraTextAdornmentTag.BottomSpace 属性

获取需要在文本底部在 ITextViewLine 的和 ITextViewLine的底部之间的空间量。

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

语法

声明
Public Property BottomSpace As Nullable(Of Double)
public Nullable<double> BottomSpace { get; private set; }
public:
property Nullable<double> BottomSpace {
    Nullable<double> get ();
    private: void set (Nullable<double> value);
}
member BottomSpace : Nullable<float> with get, private set
function get BottomSpace () : Nullable<double>
private function set BottomSpace (value : Nullable<double>)

属性值

类型:Nullable<Double>
需要在文本底部在 ITextViewLine 的和 ITextViewLine的底部之间的空间量。

.NET Framework 安全性

请参阅

参考

IntraTextAdornmentTag 类

Microsoft.VisualStudio.Text.Editor 命名空间