Click or drag to resize
CanvasDebugLevel Enumeration
Indicates the type of information provided when the Direct2D Debug Layer is enabled.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasDebugLevel
Members
  Member nameValueDescription
None0No debugging output.
Error1Only error messages are output.
Warning2Error messages and warnings are output.
Information3Error messages, warnings, and additional diagnostic information that can help improve performance are output.
See Also