Table of Contents

Struct SkiaTouchResultContext

Namespace
DrawnUi.Infrastructure
Assembly
DrawnUi.Maui.dll
public struct SkiaTouchResultContext
Inherited Members
Extension Methods

Properties

Context

public object Context { readonly get; set; }

Property Value

object

Control

public SkiaControl Control { readonly get; set; }

Property Value

SkiaControl

TouchAction

public TouchActionResult TouchAction { readonly get; set; }

Property Value

TouchActionResult

TouchArgs

public TouchActionEventArgs TouchArgs { readonly get; set; }

Property Value

TouchActionEventArgs