TextLineHeight Property

Gets the height of a line of text.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract double Height { get; }

Return Value

Double
The text line height.

See Also