Table of Contents

Struct LineSpan

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public struct LineSpan
Inherited Members
Extension Methods

Constructors

LineSpan()

public LineSpan()

Properties

Default

public static LineSpan Default { get; }

Property Value

LineSpan

Glyphs

public LineGlyph[] Glyphs { readonly get; set; }

Property Value

LineGlyph[]

NeedsShaping

public bool NeedsShaping { readonly get; set; }

Property Value

bool

Size

public SKSize Size { readonly get; set; }

Property Value

SKSize

Span

public TextSpan Span { readonly get; set; }

Property Value

TextSpan

Text

public string Text { readonly get; set; }

Property Value

string