Struct LineSpan
- Namespace
- DrawnUi.Draw
- Assembly
- DrawnUi.Maui.dll
- Inherited Members
-
- Extension Methods
-
Constructors
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