TextLineStart Property

Gets the distance from the start of a paragraph to the starting point of a line.

Definition

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

Return Value

Double
The distance from the start of a paragraph to the starting point of a line.

See Also