Merge branch 'devel/master' into tizen
[platform/core/csapi/tizenfx.git] / NUISamples / NUISamples / NUISamples.TizenTV / firstscreen / FocusData.cs
index 3a2c4e9..39ab573 100755 (executable)
@@ -34,7 +34,8 @@ namespace FirstScreen
             _imageFocus = new ImageView(Constants.ImageResourcePath + "/focuseffect/" + _imageName); // Target
 
             _imageFocus.ParentOrigin = _parentOrigin;
-            _imageFocus.AnchorPoint = AnchorPoint.Center;
+            _imageFocus.PivotPoint = PivotPoint.Center;
+            _imageFocus.PositionUsesPivotPoint = true;
             _imageFocus.Name = _name;
         }