Change "PositionUsesAnchorPoint" to public.
authorFeng Jin <feng16.jin@samsung.com>
Tue, 18 Apr 2017 10:50:11 +0000 (18:50 +0800)
committerFeng Jin <feng16.jin@samsung.com>
Tue, 18 Apr 2017 10:52:44 +0000 (18:52 +0800)
Please run positionUsesAnchorPoint-test.cs to test it.

Change-Id: I300712cf423efaf926cf46208ed729384c0d4be2
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
src/Tizen.NUI/src/public/Actor.cs

index e58dd58..695efc2 100755 (executable)
@@ -157,7 +157,7 @@ namespace Tizen.NUI
         /// <remarks>If false, then the top-left of the actor is used for the position.
         /// Setting this to false will allow scaling or rotation around the anchor-point without affecting the actor's position.
         /// </remarks>
-        protected bool PositionUsesAnchorPoint
+        public bool PositionUsesAnchorPoint
         {
             get
             {