TextFormattingParagraphProperties.LineHeight 属性

获取行高度。

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

语法

声明
Public Overrides NotOverridable ReadOnly Property LineHeight As Double
public override sealed double LineHeight { get; }
public:
virtual property double LineHeight {
    double get () override sealed;
}
abstract LineHeight : float with get 
override LineHeight : float with get
override final function get LineHeight () : double

属性值

类型:Double
行高度。

.NET Framework 安全性

请参阅

参考

TextFormattingParagraphProperties 类

Microsoft.VisualStudio.Text.Formatting 命名空间