TextBoundsTextRunBounds Property

Get a list of run bounding rectangles

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IList<TextRunBounds> TextRunBounds { get; }

Return Value

IListTextRunBounds
Array of text run bounds

See Also