[]
Specifies an anchor point in a visual element.
public enum Anchor
| Name | Description |
|---|---|
| BottomLeft | The bottom left corner of the visual element. |
| BottomRight | The bottom right corner of the visual element. |
| Center | The center of the visual element. |
| TopLeft | The top left corner of the visual element. |
| TopRight | The top right corner of the visual element. |