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.
![](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.
---
### Events
| Event | Description |
| --- | --- |
| * | All the Events from [[Canvas]] Panel. |
Loading…
Cancel
Save