Added some links to ApiReference.

This commit is contained in:
Nedyalko Nikolov
2015-03-04 14:49:14 +02:00
parent 3903ec13a6
commit 46fcc22672
5 changed files with 28 additions and 17 deletions

2
ui/image/image.d.ts vendored
View File

@ -61,7 +61,7 @@ declare module "ui/image" {
url: string;
/**
* Gets or sets the image stretch mode.
* Gets or sets the image stretch mode. Possible values are contained in the [Stretch enumeration](../enums/Stretch/README.md).
*/
stretch: string;
}