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
'Déclaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.