TextLineWidth Property
Gets the width of a line of text, excluding trailing whitespace characters.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract double Width { get; }
Public MustOverride ReadOnly Property Width As Double
Get
abstract Width : float with get
Return Value
Double
The text line width, excluding trailing whitespace characters.