diff --git a/RelativeCanvas.md b/RelativeCanvas.md index 048e433..08be20d 100644 --- a/RelativeCanvas.md +++ b/RelativeCanvas.md @@ -5,18 +5,19 @@ Derives from AnimationPanel A Panel which is similar to Canvas but it lays out its children relative to the panel's height and width. -![](RelativeCanvas_relativecanvas.jpg) +[[RelativeCanvas_relativecanvas.jpg]] -## Properties -|| Property || Description -| * | All the Properties from [Canvas](Canvas) Panel -| Left (attached) | Gets or sets the Left property. -| PinPoint (attached) | Gets or sets the PinPoint property. -| RelativeHeight (attached) | Gets or sets the RelativeHeight property. -| RelativeWidth (attached) | Gets or sets the RelativeWidth property. -| Top (attached) | Gets or sets the Top property. +### Properties +| Property | Description | +| --- | --- | +| * | All the Properties from [[Canvas]] Panel. | +| Left (attached) | Gets or sets the Left property. | +| PinPoint (attached) | Gets or sets the PinPoint property. | +| RelativeHeight (attached) | Gets or sets the RelativeHeight property. | +| RelativeWidth (attached) | Gets or sets the RelativeWidth property. | +| Top (attached) | Gets or sets the Top property. | -## 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. | \ No newline at end of file