API Reference
Class
VisualCanvasAnchor
Defines the reference point used when placing visual canvas layers.
Inheritance
- Object
- VisualCanvasAnchor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor VisualCanvasPlacement.VisualCanvasPlacement
- Method VisualCanvasPlacement.At
Fields
TopLeft #Place from the top-left edge.
TopCenter #Place from the top-center edge.
TopRight #Place from the top-right edge.
MiddleLeft #Place from the middle-left edge.
Center #Place from the center of the container.
MiddleRight #Place from the middle-right edge.
BottomLeft #Place from the bottom-left edge.
BottomCenter #Place from the bottom-center edge.
BottomRight #Place from the bottom-right edge.