Table of Contents

Struct StringReference

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

Properties

Length

Length inside existing string

public int Length { readonly get; set; }

Property Value

int

Source

public string Source { readonly get; set; }

Property Value

string

Spans

public ReadOnlySpan<char> Spans { get; }

Property Value

ReadOnlySpan<char>

StartIndex

Position inside existing string

public int StartIndex { readonly get; set; }

Property Value

int