diff --git a/CameraPanel.md b/CameraPanel.md index e23cb8a..d9f9c27 100644 --- a/CameraPanel.md +++ b/CameraPanel.md @@ -5,20 +5,21 @@ Derives from AnimationPanel CameraPanel lays out its children in a 3D-like space. You can give the children a 3D location and set the camera position for the panel. -![](CameraPanel_camerapanel.jpg) +[[CameraPanel_camerapanel.jpg]] -## Properties -|| Property || Description -| * | All the Properties from [Canvas](Canvas) Panel -| Depth (attached) | Gets or sets the Depth property. -| CameraX | Gets or sets the camera's X or left value. -| CameraY | Gets or sets the camera's Y or top value. -| CameraZ | Gets or sets the camera's Z or depth value. -| Left (attached) | Gets or sets the Left property. -| Top (attached) | Gets or sets the Top property. -| ZScaleFactor | Gets or sets the ZScaleFactor value. +### Properties +| Property | Description | +| --- | --- | +| * | All the Properties from [[Canvas]] Panel | +| Depth (attached) | Gets or sets the Depth property. | +| CameraX | Gets or sets the camera's X or left value. | +| CameraY | Gets or sets the camera's Y or top value. | +| CameraZ | Gets or sets the camera's Z or depth value. | +| Left (attached) | Gets or sets the Left property. | +| Top (attached) | Gets or sets the Top property. | +| ZScaleFactor | Gets or sets the ZScaleFactor value. | -## Events -|| Event || Description -| * | All the Events from [Canvas](Canvas) Panel. ---- \ No newline at end of file +### Events +| Event | Description | +| --- | --- | +| * | All the Events from [[Canvas]] Panel. |