SurfaceJankType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |