We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ee84c commit 9fddec5Copy full SHA for 9fddec5
1 file changed
tns-core-modules/ui/enums/enums.d.ts
@@ -192,13 +192,14 @@ export module Stretch {
192
193
/**
194
* The image is resized to fill in the destination dimensions while it preserves its native aspect ratio.
195
+ * If the aspect ratio of the destination rectangle differs from the image, the image is clipped to fill
196
+ * in the destination.
197
*/
198
export var aspectFill: string;
199
200
201
* The image is resized to fit the destination dimensions while it preserves
- * its native aspect ratio. If the aspect ratio of the destination rectangle differs from the image,
- * the image is clipped to fit in the destination
202
+ * its native aspect ratio.
203
204
export var aspectFit: string;
205
0 commit comments