mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added some links to ApiReference.
This commit is contained in:
@@ -23,7 +23,7 @@ export var testAll = function () {
|
||||
absoluteLayout.height = 230;
|
||||
absoluteLayout.style.backgroundColor = new colorModule.Color("LightGray");
|
||||
var label;
|
||||
// Left Top
|
||||
//// In absolute layout place of an UI element is determined by 4 parameters : left, top, width and height.
|
||||
label = new labelModule.Label();
|
||||
label.width = 100;
|
||||
label.height = 100;
|
||||
|
||||
Reference in New Issue
Block a user