Table of Contents

Struct ApplySpan

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

Properties

DebugString

public string DebugString { get; }

Property Value

string

Empty

public static ApplySpan Empty { get; }

Property Value

ApplySpan

End

public int End { readonly get; set; }

Property Value

int

Span

public TextSpan Span { readonly get; set; }

Property Value

TextSpan

Start

public int Start { readonly get; set; }

Property Value

int

Methods

Create(TextSpan, int, int)

public static ApplySpan Create(TextSpan span, int start, int end)

Parameters

span TextSpan
start int
end int

Returns

ApplySpan