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:
@@ -146,6 +146,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