Add C# bindings for Actor's POSITION_USES_ANCHOR_POINT property
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / manual / csharp / View.cs
index e4b1a02..fbc408f 100644 (file)
@@ -28,6 +28,9 @@ public class View : CustomActor {
 
     // Register this instance of view in the view registry.
     ViewRegistry.RegisterView(this);
+
+    // By default, we do not want the position to use the anchor point
+    this.PositionUsesAnchorPoint = false;
   }
 
   internal static global::System.Runtime.InteropServices.HandleRef getCPtr(View obj) {