Click or drag to resize
CanvasEdgeBehavior Enumeration
Specifies the way in which a brush paints areas outside its typical content region.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasEdgeBehavior
Members
  Member nameValueDescription
Clamp0Repeat the edge pixels of the brush's content.
Wrap1Tile the brush's content.
Mirror2Tile the the brush's content, and flip each alternate tile.
See Also