TextLineBaseline Property

Gets the distance from the top to the baseline of the current TextLine object.

Definition

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

Return Value

Double
A Double that represents the baseline distance.

See Also