Width Property
Gets the width of a line of text, excluding trailing whitespace characters.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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.