[NUI.Components] Fix BackgroundImage doesn't works issue (#1240)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / ImageControl.cs
index e104701..85e2079 100755 (executable)
@@ -61,6 +61,8 @@ namespace Tizen.NUI.Components
 
         internal ImageView imageView;
 
+        static ImageControl() { }
+
         /// <summary>
         /// Construct an empty Control.
         /// </summary>