* Gets the height of the Component in pixels.
()
| 611 | * Gets the height of the Component in pixels. |
| 612 | */ |
| 613 | public height(): number { |
| 614 | return this._height; |
| 615 | } |
| 616 | |
| 617 | /** |
| 618 | * Gets the origin of the Component relative to its parent. |
no outgoing calls
no test coverage detected