TextLayoutLineHeight Property
Gets or sets the height of each line of text.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public double LineHeight { get; }
Public ReadOnly Property LineHeight As Double
Get
member LineHeight : float with get
Property Value
Double
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.