Skip to main content

OverhangAfter Property

Gets the distance that black pixels extend beyond the bottom alignment edge of a line.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public abstract double OverhangAfter { get; }
View Source

Return Value

Double
The overhang after distance.

Remarks

The value is positive if the bottommost drawn pixel goes below the line bottom, and is negative if it is within (on or above) the line.

See Also

Reference

TextLine Class
Avalonia.Media.TextFormatting Namespace