X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fproperties.h;h=3492e6774d53c542cca7070d383dc0dec78eab56;hb=a4b80df518caf5a007dc7365c65844b8b327ab8a;hp=cc15da107773e980c3f086b0e4b604f45ec78b8f;hpb=20acd977722273134a92dab4f2a2335ca1c47630;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/programming-guide/properties.h b/docs/content/programming-guide/properties.h index cc15da1..3492e67 100644 --- a/docs/content/programming-guide/properties.h +++ b/docs/content/programming-guide/properties.h @@ -231,7 +231,7 @@ imageView.parentOrigin = dali.CENTER; // Set an image view property imageView.image = { - "rendererType" : "IMAGE", + "visualType" : "IMAGE", "url": "images/icon-0.png", "desiredWidth" : 100, "desiredHeight" : 100 @@ -260,7 +260,7 @@ This is a basic example of a button defined in JSON by setting the default prope "position": [0, 0, 0], "image": { - "rendererType" : "IMAGE", + "visualType" : "IMAGE", "url" : "images/icon-0.png", "desiredWidth" : 100, "desiredHeight" : 100