Table of Contents

Enum UpdateModeType

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public enum UpdateModeType
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.