mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add line-height test page (#4638)
* Add lineHeight property to text-base.d.ts * Add line-height test page
This commit is contained in:
5
tns-core-modules/ui/text-base/text-base.d.ts
vendored
5
tns-core-modules/ui/text-base/text-base.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user