Updated RelativeCanvas (markdown)

master
DianeXceed 9 years ago
parent
commit
7da16a034e
  1. 27
      RelativeCanvas.md

27
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. 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 ### Properties
|| Property || Description | Property | Description |
| * | All the Properties from [Canvas](Canvas) Panel | --- | --- |
| Left (attached) | Gets or sets the Left property. | * | All the Properties from [[Canvas]] Panel. |
| PinPoint (attached) | Gets or sets the PinPoint property. | Left (attached) | Gets or sets the Left property. |
| RelativeHeight (attached) | Gets or sets the RelativeHeight property. | PinPoint (attached) | Gets or sets the PinPoint property. |
| RelativeWidth (attached) | Gets or sets the RelativeWidth property. | RelativeHeight (attached) | Gets or sets the RelativeHeight property. |
| Top (attached) | Gets or sets the Top property. | RelativeWidth (attached) | Gets or sets the RelativeWidth property. |
| Top (attached) | Gets or sets the Top property. |
## Events ### Events
|| Event || Description | Event | Description |
| * | All the Events from [Canvas](Canvas) Panel. | --- | --- |
--- | * | All the Events from [[Canvas]] Panel. |
Loading…
Cancel
Save