Click or drag to resize
CanvasLayerOptions Enumeration
Advanced options specifying how layer contents should be prepared.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum CanvasLayerOptions
Members
  Member nameValueDescription
None0Default layer behavior. The layer contents are cleared to transparent black.
InitializeFromBackground1The layer is not cleared to transparent black. Instead it inherits the existing background colors that lie behind it.
IgnoreAlpha2The layer ignores alpha. All content rendered into the layer will be treated as opaque.
See Also