[NUI.Components] Fix BackgroundImage doesn't works issue (#1240)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / Slider.cs
index 2e81002..8cbb064 100755 (executable)
@@ -147,6 +147,7 @@ namespace Tizen.NUI.Components
             var instance = (Slider)bindable;
             return instance.privateTrackPadding;
         });
+        static Slider() { }
 
         /// <summary>
         /// The constructor of the Slider class.