Add property SHADOW to Control
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / control-impl.h
index f2e4402..1e3110f 100644 (file)
@@ -110,6 +110,17 @@ public:
    */
   void ClearBackground();
 
    */
   void ClearBackground();
 
+  /**
+   * @brief Sets the shadow with a property map.
+   * @param[in] map The shadow property map
+   */
+  void SetShadow(const Property::Map& map);
+
+  /**
+   * @brief Clear the shadow.
+   */
+  void ClearShadow();
+
   // Gesture Detection
 
   /**
   // Gesture Detection
 
   /**