Rename constant AnchorPoint to PivotPoint
authorUmar <m.umar@partner.samsung.com>
Fri, 2 Jun 2017 18:04:45 +0000 (19:04 +0100)
committerUmar <m.umar@partner.samsung.com>
Fri, 2 Jun 2017 18:04:45 +0000 (19:04 +0100)
Change-Id: Ieecfbc01c380d5051feee9b13b7369af6f80447d

src/Tizen.NUI/src/public/CustomView/Spin.cs
src/Tizen.NUI/src/public/NUIConstants.cs

index 96f2d12..d757ad5 100755 (executable)
@@ -95,7 +95,7 @@ namespace Tizen.NUI
 
             // Create a text field
             _textField = new TextField();
-            _textField.PivotPoint = Tizen.NUI.AnchorPoint.Center;
+            _textField.PivotPoint = Tizen.NUI.PivotPoint.Center;
             _textField.WidthResizePolicy = ResizePolicyType.SizeRelativeToParent;
             _textField.HeightResizePolicy = ResizePolicyType.SizeRelativeToParent;
             _textField.SizeModeFactor = new Vector3(1.0f, 0.45f, 1.0f);
index b586387..06f67a9 100755 (executable)
@@ -1073,7 +1073,7 @@ namespace Tizen.NUI
     /// <summary>
     /// AnchorPoint constants.
     /// </summary>
-    public struct AnchorPoint
+    public struct PivotPoint
     {
         public static float Top
         {