X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fexample-code%2Fproperties.cpp;h=d0f8923a2dbaddb293dcffc6544f8ca9ca1d69ff;hp=dcbb47fb4face94003a6e1ecf879706522956af6;hb=refs%2Fchanges%2F69%2F67469%2F3;hpb=10213ff7b9185fbb7fd444c72c12dd4595b35204 diff --git a/docs/content/example-code/properties.cpp b/docs/content/example-code/properties.cpp index dcbb47f..d0f8923 100644 --- a/docs/content/example-code/properties.cpp +++ b/docs/content/example-code/properties.cpp @@ -67,9 +67,9 @@ public: // Set another property to set the image-map Property::Map imageMap; imageMap[ "rendererType" ] = "image"; - imageMap[ "imageUrl" ] = IMAGE_CARDS; - imageMap[ "width" ] = 100; - imageMap[ "height" ] = 100; + imageMap[ "url" ] = IMAGE_CARDS; + imageMap[ "desiredWidth" ] = 100; + imageMap[ "desiredHeight" ] = 100; mImageView.SetProperty( ImageView::Property::IMAGE, imageMap ); // Add the image view to the stage