[NUI] Implement shadow in View (#1235)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.ViewProperty.cs
index 5d8205d..e52a6a5 100755 (executable)
@@ -52,6 +52,9 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_View_Property_UPDATE_SIZE_HINT_get")]
             public static extern int View_Property_UPDATE_SIZE_HINT_get();
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_View_Property_SHADOW_get")]
+            public static extern int View_Property_SHADOW_get();
         }
     }
 }
\ No newline at end of file