X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NUISamples%2FNUISamples%2FNUISamples.TizenTV%2Ffirstscreen%2FFocusData.cs;h=39ab57317af2406fbc14ee339b2fc6e42859a321;hb=c5ddfd77167d8d9527641bbd1c422525d5f3b2cb;hp=3a2c4e9293884a8f5d8628c2fc6ac8d25f1b6a8b;hpb=06a8877e5c91e1cd8e2338220598dd515cc1b16c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/NUISamples/NUISamples/NUISamples.TizenTV/firstscreen/FocusData.cs b/NUISamples/NUISamples/NUISamples.TizenTV/firstscreen/FocusData.cs index 3a2c4e9..39ab573 100755 --- a/NUISamples/NUISamples/NUISamples.TizenTV/firstscreen/FocusData.cs +++ b/NUISamples/NUISamples/NUISamples.TizenTV/firstscreen/FocusData.cs @@ -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; }