Add line-height test page (#4638)

* Add lineHeight property to text-base.d.ts

* Add line-height test page
This commit is contained in:
Vasil Chimev
2017-08-02 09:30:29 +03:00
committed by GitHub
parent 0f14101238
commit c26f1c916a
4 changed files with 47 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ export class TextBase extends View implements AddChildFromBuilder {
*/
letterSpacing: number;
/**
* Gets or sets lineHeight style property.
*/
lineHeight: number;
/**
* Gets or sets text-alignment style property.
*/