Button textWrap implemented

This commit is contained in:
Vladimir Enchev
2015-11-02 11:11:25 +02:00
parent a3601b06cd
commit 0f3732d73f
8 changed files with 71 additions and 1 deletions

View File

@@ -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.
*/