SurfaceJankType Enum

Definition

Classifies the source of a surface jank event.

public enum SurfaceJankType
type SurfaceJankType = 
Inheritance
SurfaceJankType

Fields

Name Value Description
None 0

Represents the absence of a surface-jank source.

Composer 1

Identifies composer as the source of surface jank.

Application 2

Identifies application as the source of surface jank.

Other 4

Identifies other as the source of surface jank.

Applies to