* Gets the width of the Component in pixels.
()
| 604 | * Gets the width of the Component in pixels. |
| 605 | */ |
| 606 | public width(): number { |
| 607 | return this._width; |
| 608 | } |
| 609 | |
| 610 | /** |
| 611 | * Gets the height of the Component in pixels. |
no outgoing calls
no test coverage detected