mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Button textWrap implemented
This commit is contained in:
5
ui/button/button.d.ts
vendored
5
ui/button/button.d.ts
vendored
@@ -36,6 +36,11 @@ declare module "ui/button" {
|
||||
*/
|
||||
text: string;
|
||||
|
||||
/**
|
||||
* Gets or sets whether the Button wraps text or not.
|
||||
*/
|
||||
textWrap: boolean;
|
||||
|
||||
/**
|
||||
* Gets or sets the formatted text (label) displayed by this instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user