Table of Contents

Enum UpdateMode

Namespace
DrawnUi.Infrastructure.Enums
Assembly
DrawnUi.Maui.dll
public enum UpdateMode
Extension Methods

Fields

Constant = 1

Constantly invalidating the canvas after every frame

Dynamic = 0

Will update when needed.

Manual = 2

Will not update until manually invalidated.