Share via


TextFormattingParagraphProperties.LineHeight Property

Gets the line height.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
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
override LineHeight : float
override final function get LineHeight () : double

Property Value

Type: System.Double
The line height.

.NET Framework Security

See Also

Reference

TextFormattingParagraphProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace