| 65 | * Class Frame |
| 66 | * Create Frame value property template() which will show which the template of the Frame is. |
| 67 | * Create !FrameContent auto property content() which will show the content of the frame. It will calculate if the frame has its own content. If the frame has its own content the content() will return the own content of the frame. Otherwise, it will return the content property of the frame template. |
| 68 | * Create @Own !FrameContent auto property templatedContent() which will calculate the template of the !FrameContent of the Frame. |
| 69 | * Create @Own !FrameContent value property ownContent() which will return the own value of the content of the frame. |
| 70 | * Create !TemplateField properties |
| 71 | * contentSize() |
| 72 | * contentBounds() |
| 73 | * contentLocation() |