TextLineWidthIncludingTrailingWhitespace Property

Gets the width of a line of text, including trailing whitespace characters.

Definition

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

Return Value

Double
The text line width, including trailing whitespace characters.

See Also