(ControlImpl) Updated following PropertyRegistration enum change in core.
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / control-impl.h
index f4643db..c59309a 100644 (file)
@@ -51,6 +51,13 @@ class ControlImpl : public CustomActorImpl, public ConnectionTrackerInterface
 {
 public:
 
+  // Properties
+  enum
+  {
+    CONTROL_PROPERTY_START_INDEX = PROPERTY_REGISTRATION_START_INDEX,
+    CONTROL_PROPERTY_END_INDEX = CONTROL_PROPERTY_START_INDEX + 1000 ///< Reserving 1000 property indices
+  };
+
   // Creation
 
   /**