Canvas |
The CanvasAnchor type exposes the following members.
| Name | Description | |
|---|---|---|
| GetBottomLeft | Gets the elements BottomLeft point in the canvas. | |
| GetBottomRight | Gets the elements BottomRight point in the canvas. | |
| GetTopLeft | Gets the elements TopLeft point in the canvas. | |
| GetTopRight | Gets the elements TopRight point in the canvas. | |
| SetBottomLeft | Sets the elements BottomLeft point in the canvas. | |
| SetBottomRight | Sets the elements BottomRight point in the canvas. | |
| SetTopLeft | Sets the elements TopLeft point in the canvas. | |
| SetTopRight | Sets the elements TopRight point in the canvas. |
| Name | Description | |
|---|---|---|
| BottomLeftProperty | Identifies the BottomLeft attached property | |
| BottomRightProperty | Identifies the BottomRight attached property | |
| TopLeftProperty | Identifies the TopLeft attached property | |
| TopRightProperty | Identifies the TopRight attached property |
| Name | Description | |
|---|---|---|
| BottomLeft | A helper property to assign the coordinates of a Point to the Bottom and Left property in one single operation. | |
| BottomRight | A helper property to assign the coordinates of a Point to the Bottom and Right property in one single operation. | |
| TopLeft | A helper property to assign the coordinates of a Point to the Top and Left property in one single operation. | |
| TopRight | A helper property to assign the coordinates of a Point to the Top and Right property in one single operation. |