Add GetVisualProperty to Control
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / visuals / border-visual-properties.h
index 9f0a458..0acf600 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_BORDER_VISUAL_PROPERTIES_H
 
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Dali
 {
-
 namespace Toolkit
 {
+/**
+ * @addtogroup dali_toolkit_visuals
+ * @{
+ */
 
+/**
+ * @brief BorderVisual is to render a solid color as an internal border to the control's quad.
+ * @SINCE_1_1.45
+ */
 namespace BorderVisual
 {
-
+/**
+ * @brief BorderVisual Property.
+ * @SINCE_1_1.45
+ */
 namespace Property
 {
-
+/**
+ * @brief Enumeration for the instance of properties belonging to the BorderVisual.
+ * @SINCE_1_1.45
+ */
 enum
 {
   /**
@@ -64,6 +77,10 @@ enum
 
 } // namespace BorderVisual
 
+/**
+ * @}
+ */
+
 } // namespace Toolkit
 
 } // namespace Dali