| CanvasEdgeBehavior Enumeration |
Namespace: Microsoft.Graphics.Canvas
public enum CanvasEdgeBehavior
| Member name | Value | Description | |
|---|---|---|---|
| Clamp | 0 | Repeat the edge pixels of the brush's content. | |
| Wrap | 1 | Tile the brush's content. | |
| Mirror | 2 | Tile the the brush's content, and flip each alternate tile. |