(Button/PushButton) Registering properties using the type-registry.
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / control-impl.h
index f4643db..d8e49dd 100644 (file)
@@ -51,6 +51,13 @@ class ControlImpl : public CustomActorImpl, public ConnectionTrackerInterface
 {
 public:
 
+  // Properties
+  enum
+  {
+    CONTROL_PROPERTY_START_INDEX = PropertyRegistration::START_INDEX,
+    CONTROL_PROPERTY_END_INDEX = CONTROL_PROPERTY_START_INDEX + 1000 ///< Reserving 1000 property indices
+  };
+
   // Creation
 
   /**