mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): maxLines support for all text components (#9884)
This commit is contained in:
committed by
Nathan Walker
parent
fbd1e23c1c
commit
7ff7233737
@@ -154,6 +154,8 @@ export class Style extends Observable implements StyleDefinition {
|
||||
public fontWeight: FontWeight;
|
||||
public font: string;
|
||||
|
||||
public maxLines: CoreTypes.MaxLinesType;
|
||||
|
||||
public androidElevation: number;
|
||||
public androidDynamicElevationOffset: number;
|
||||
public zIndex: number;
|
||||
|
||||
Reference in New Issue
Block a user