X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2Fmanual%2Fcsharp%2FView.cs;h=fbc408fc1ce5ee90aa5313d3c2451fac16852912;hp=e4b1a02c7162c9770d152cc591dabedd5d00118f;hb=6eaaeda7321c0c06f561687350a7494d3895290e;hpb=a7893bad4c7f36c4250dc665a90d60849d179a66 diff --git a/plugins/dali-swig/manual/csharp/View.cs b/plugins/dali-swig/manual/csharp/View.cs index e4b1a02..fbc408f 100644 --- a/plugins/dali-swig/manual/csharp/View.cs +++ b/plugins/dali-swig/manual/csharp/View.cs @@ -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) {