LineHeight Property
Gets or sets the height of each line of text.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double LineHeight { get; }
Public ReadOnly Property LineHeight As Double
Get
member LineHeight : float with get
Property Value
DoubleRemarks
A value of NaN (equivalent to an attribute value of "Auto") indicates that the line height is determined automatically from the current font characteristics. The default is NaN.